summaryrefslogtreecommitdiff
path: root/lib/branch_delete.tcl
diff options
context:
space:
mode:
authorLibravatar Sam Hocevar <sam@zoy.org>2009-03-24 00:42:24 +0100
committerLibravatar Shawn O. Pearce <spearce@spearce.org>2009-03-24 16:17:30 -0700
commit966d0778db2e3b11f5fffa2312770ef534263058 (patch)
tree82dba86153b1148c8cc13d308e7c7fc8157a1b97 /lib/branch_delete.tcl
parentgit-gui: various French translation fixes (diff)
downloadtgif-966d0778db2e3b11f5fffa2312770ef534263058.tar.xz
git-gui: minor spelling fix and string factorisation.
Properly spell "successful" and slightly rewrite a couple of strings that actually say the same thing in order to reduce translation work. Update .pot and .po files accordingly since no new translation is required. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'lib/branch_delete.tcl')
-rw-r--r--lib/branch_delete.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/branch_delete.tcl b/lib/branch_delete.tcl
index ef1930b491..20d5e42307 100644
--- a/lib/branch_delete.tcl
+++ b/lib/branch_delete.tcl
@@ -51,7 +51,7 @@ constructor dialog {} {
$w.check \
[mc "Delete Only If Merged Into"] \
]
- $w_check none [mc "Always (Do not perform merge test.)"]
+ $w_check none [mc "Always (Do not perform merge checks)"]
pack $w.check -anchor nw -fill x -pady 5 -padx 5
foreach h [load_all_heads] {
@@ -112,7 +112,7 @@ method _delete {} {
}
if {$to_delete eq {}} return
if {$check_cmt eq {}} {
- set msg [mc "Recovering deleted branches is difficult. \n\n Delete the selected branches?"]
+ set msg [mc "Recovering deleted branches is difficult.\n\nDelete the selected branches?"]
if {[tk_messageBox \
-icon warning \
-type yesno \