git-gui (Win): make "Explore Working Copy" more robust
[gitweb.git] / lib / remote_branch_delete.tcl
index fbcfb27157682e8a9ffbdbf9d8f1e2ce5341ca73..4e02fc0d393ff9fe8d2983fec99a03db7f36273a 100644 (file)
@@ -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 \
@@ -213,9 +213,7 @@ method _delete {} {
                -type yesno \
                -title [wm title $w] \
                -parent $w \
-               -message [mc "Recovering deleted branches is difficult.
-
-Delete the selected branches?"]] ne yes} {
+               -message [mc "Recovering deleted branches is difficult.\n\nDelete the selected branches?"]] ne yes} {
                return
        }