diff options
| author | Petr Baudis <pasky@suse.cz> | 2008-09-24 22:43:59 +0200 |
|---|---|---|
| committer | Shawn O. Pearce <spearce@spearce.org> | 2008-09-30 12:59:18 -0700 |
| commit | 3c1c2a00b2cba9dfeee6e2a3c44a0ad52fcff4a8 (patch) | |
| tree | 2f14cd301ad0068aca5df6affc58b1a424ea1eb1 /git-gui.sh | |
| parent | 34785f8ccabb12f684352902b7f201135b9ccd51 (diff) | |
| download | git-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 'git-gui.sh')
| -rwxr-xr-x | git-gui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui.sh b/git-gui.sh index 4d52f02dce..078636f23f 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -2453,7 +2453,7 @@ if {[is_enabled transport]} { -command do_push_anywhere \ -accelerator $M1T-P .mbar.remote add command \ - -label [mc "Delete..."] \ + -label [mc "Delete Branch..."] \ -command remote_branch_delete::dialog } |
