summaryrefslogtreecommitdiff
path: root/lib/remote_branch_delete.tcl
diff options
context:
space:
mode:
authorLibravatar Petr Baudis <pasky@suse.cz>2008-09-24 22:43:59 +0200
committerLibravatar Shawn O. Pearce <spearce@spearce.org>2008-09-30 12:59:18 -0700
commit3c1c2a00b2cba9dfeee6e2a3c44a0ad52fcff4a8 (patch)
tree2f14cd301ad0068aca5df6affc58b1a424ea1eb1 /lib/remote_branch_delete.tcl
parentgit-gui: Remove space from the end of aspell's reply before processing (diff)
downloadtgif-3c1c2a00b2cba9dfeee6e2a3c44a0ad52fcff4a8.tar.xz
git-gui: Clarify the Remote -> Delete... action
Currently, it was not really clear what all does this perform. We rename "Delete..." to "Delete Branch..." (since this does not delete the remote as a whole) and relabel the window from "Delete Remote Branch" to "Delete Branch Remotely" (since the action also involves pushing the delete out). Signed-off-by: Petr Baudis <petr.baudis@novartis.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'lib/remote_branch_delete.tcl')
-rw-r--r--lib/remote_branch_delete.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/remote_branch_delete.tcl b/lib/remote_branch_delete.tcl
index c7b8148698..fbcfb27157 100644
--- a/lib/remote_branch_delete.tcl
+++ b/lib/remote_branch_delete.tcl
@@ -26,12 +26,12 @@ constructor dialog {} {
global all_remotes M1B
make_toplevel top w
- wm title $top [append "[appname] ([reponame]): " [mc "Delete Remote Branch"]]
+ wm title $top [append "[appname] ([reponame]): " [mc "Delete Branch Remotely"]]
if {$top ne {.}} {
wm geometry $top "+[winfo rootx .]+[winfo rooty .]"
}
- label $w.header -text [mc "Delete Remote Branch"] -font font_uibold
+ label $w.header -text [mc "Delete Branch Remotely"] -font font_uibold
pack $w.header -side top -fill x
frame $w.buttons