[PATCH] i18n: proposed command missing leading dash

2014-02-28 Thread Sandy Carter
Add missing leading dash to proposed commands in french output when using the command: git branch --set-upstream remotename/branchname Signed-off-by: Sandy Carter sandy.car...@savoirfairelinux.com --- po/fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/fr.po

Re: [PATCH] i18n: proposed command missing leading dash

2014-02-28 Thread Jonathan Nieder
Hi, Sandy Carter wrote: Add missing leading dash to proposed commands in french output when using the command: Thanks! [...] --- a/po/fr.po +++ b/po/fr.po @@ -3266,7 +3266,7 @@ msgstr git branch -d %s\n #: builtin/branch.c:1027 #, c-format msgid git branch --set-upstream-to

Re: [PATCH] i18n: proposed command missing leading dash

2014-02-28 Thread Junio C Hamano
Jonathan Nieder jrnie...@gmail.com writes: To make life saner for translators, this should be either untranslatable or a single multi-line string, I suspect: diff --git i/builtin/branch.c w/builtin/branch.c index b4d7716..972040c 100644 --- i/builtin/branch.c +++ w/builtin/branch.c @@

Re: [PATCH] i18n: proposed command missing leading dash

2014-02-28 Thread Sandy Carter
...@elego.de Sent: Friday, February 28, 2014 6:31:32 PM Subject: Re: [PATCH] i18n: proposed command missing leading dash Jonathan Nieder jrnie...@gmail.com writes: To make life saner for translators, this should be either untranslatable or a single multi-line string, I suspect: diff --git i/builtin