X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-gui%2Flib%2Ftransport.tcl;h=e419d7810ae404e41a0a85080d16f4576d737d8a;hb=a1a846a19e854a3b3baff8f55c039846880a2635;hp=8e6a9d0a6010cf5efee069a2d488124bcbdb54cd;hpb=87fb597d4e3643210e1967d1e3035f28f5b019e5;p=git.git diff --git a/git-gui/lib/transport.tcl b/git-gui/lib/transport.tcl index 8e6a9d0a6..e419d7810 100644 --- a/git-gui/lib/transport.tcl +++ b/git-gui/lib/transport.tcl @@ -135,7 +135,7 @@ proc do_push_anywhere {} { set push_urltype url } radiobutton $w.dest.url_r \ - -text [mc "Arbitrary URL:"] \ + -text [mc "Arbitrary Location:"] \ -value url \ -variable push_urltype entry $w.dest.url_t \