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 {} {
246246 if {$have_remote > 1} {
247247 make_sure_remote_submenues_exist $remote_m
248248 if {[$fetch_m type end] eq " command" \
249- && [$fetch_m entrycget end -label] ne " All" } {
249+ && [$fetch_m entrycget end -label] ne [mc " All" ] } {
250250
251251 $fetch_m insert end separator
252252 $fetch_m insert end command \
253- -label " All" \
253+ -label [mc " All" ] \
254254 -command fetch_from_all
255255
256256 $prune_m insert end separator
257257 $prune_m insert end command \
258- -label " All" \
258+ -label [mc " All" ] \
259259 -command prune_from_all
260260 }
261261 } else {
262262 if {[winfo exists $fetch_m ]} {
263263 if {[$fetch_m type end] eq " command" \
264- && [$fetch_m entrycget end -label] eq " All" } {
264+ && [$fetch_m entrycget end -label] eq [mc " All" ] } {
265265
266266 delete_from_menu $fetch_m end
267267 delete_from_menu $fetch_m end
You can’t perform that action at this time.
0 commit comments