Skip to content

Commit

Permalink
Merge branch 'as/bulgarian' into pu
Browse files Browse the repository at this point in the history
  • Loading branch information
patthoyts committed Oct 20, 2016
2 parents bfe4344 + ac459b9 commit 5308355
Show file tree
Hide file tree
Showing 2 changed files with 1,822 additions and 1,729 deletions.
8 changes: 4 additions & 4 deletions lib/remote.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -246,22 +246,22 @@ proc update_all_remotes_menu_entry {} {
if {$have_remote > 1} {
make_sure_remote_submenues_exist $remote_m
if {[$fetch_m type end] eq "command" \
&& [$fetch_m entrycget end -label] ne "All"} {
&& [$fetch_m entrycget end -label] ne [mc "All"]} {

$fetch_m insert end separator
$fetch_m insert end command \
-label "All" \
-label [mc "All"] \
-command fetch_from_all

$prune_m insert end separator
$prune_m insert end command \
-label "All" \
-label [mc "All"] \
-command prune_from_all
}
} else {
if {[winfo exists $fetch_m]} {
if {[$fetch_m type end] eq "command" \
&& [$fetch_m entrycget end -label] eq "All"} {
&& [$fetch_m entrycget end -label] eq [mc "All"]} {

delete_from_menu $fetch_m end
delete_from_menu $fetch_m end
Expand Down
Loading

0 comments on commit 5308355

Please sign in to comment.