summaryrefslogtreecommitdiff
path: root/lib/remote_branch_delete.tcl
diff options
context:
space:
mode:
authorLibravatar Petr Baudis <pasky@suse.cz>2008-09-25 00:12:50 +0200
committerLibravatar Shawn O. Pearce <spearce@spearce.org>2008-09-30 12:59:18 -0700
commit4259568d722d0a46993ad945ffdba0f084448b37 (patch)
tree6ba5fd66e32a2d4588c2b877d17d978caffc4f39 /lib/remote_branch_delete.tcl
parentgit-gui: gui.autoexplore makes explorer to pop up automatically after picking (diff)
downloadtgif-4259568d722d0a46993ad945ffdba0f084448b37.tar.xz
git-gui: Avoid using the term URL when specifying repositories
Instead, 'Location' is used to label such inputs; in the Clone dialog, 'Source' and 'Target' are also introduced to further clarify the situation. The intent is to increase GUI consistency in the case location templates (upcoming) are used - then, other locators than URL may be used. 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.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/remote_branch_delete.tcl b/lib/remote_branch_delete.tcl
index fbcfb27157..89eb0f70f2 100644
--- a/lib/remote_branch_delete.tcl
+++ b/lib/remote_branch_delete.tcl
@@ -63,7 +63,7 @@ constructor dialog {} {
set urltype url
}
radiobutton $w.dest.url_r \
- -text [mc "Arbitrary URL:"] \
+ -text [mc "Arbitrary Location:"] \
-value url \
-variable @urltype
entry $w.dest.url_t \