Sam Hocevar <sam@xxxxxxx> writes: > Properly spell "successful" and slightly rewrite a couple of strings > that actually say the same thing in order to reduce translation work. > > Signed-off-by: Sam Hocevar <sam@xxxxxxx> > --- > lib/branch_delete.tcl | 4 ++-- > lib/remote_branch_delete.tcl | 4 +--- > lib/tools.tcl | 2 +- > 3 files changed, 4 insertions(+), 6 deletions(-) > > diff --git a/lib/branch_delete.tcl b/lib/branch_delete.tcl > index ef1930b..20d5e42 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)"] Don't you also need to adjust the existing translations if you are changing the key strings used by mc? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html