File tree Expand file tree Collapse file tree 2 files changed +1822
-1729
lines changed Expand file tree Collapse file tree 2 files changed +1822
-1729
lines changed Original file line number Diff line number Diff line change @@ -246,22 +246,22 @@ proc update_all_remotes_menu_entry {} {
246
246
if {$have_remote > 1} {
247
247
make_sure_remote_submenues_exist $remote_m
248
248
if {[$fetch_m type end] eq " command" \
249
- && [$fetch_m entrycget end -label] ne " All" } {
249
+ && [$fetch_m entrycget end -label] ne [mc " All" ] } {
250
250
251
251
$fetch_m insert end separator
252
252
$fetch_m insert end command \
253
- -label " All" \
253
+ -label [mc " All" ] \
254
254
-command fetch_from_all
255
255
256
256
$prune_m insert end separator
257
257
$prune_m insert end command \
258
- -label " All" \
258
+ -label [mc " All" ] \
259
259
-command prune_from_all
260
260
}
261
261
} else {
262
262
if {[winfo exists $fetch_m ]} {
263
263
if {[$fetch_m type end] eq " command" \
264
- && [$fetch_m entrycget end -label] eq " All" } {
264
+ && [$fetch_m entrycget end -label] eq [mc " All" ] } {
265
265
266
266
delete_from_menu $fetch_m end
267
267
delete_from_menu $fetch_m end
You can’t perform that action at this time.
0 commit comments