X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-gui%2Flib%2Ftransport.tcl;h=e419d7810ae404e41a0a85080d16f4576d737d8a;hb=6cd3729eae8d8945c0482423149163d40afd082c;hp=8e6a9d0a6010cf5efee069a2d488124bcbdb54cd;hpb=f4198c9b7d319a7a595f0d759e7d8094387ab77b;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 \