Skip to content

Commit

Permalink
i18n: proposed command missing leading dash
Browse files Browse the repository at this point in the history
Add missing leading dash to proposed commands in french output when
using the command:
    git branch --set-upstream remotename/branchname
and when upstream is gone

Signed-off-by: Sandy Carter <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Sandy Carter authored and jiangxin committed Mar 5, 2014
1 parent 5f95c9f commit 16216b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ msgstr "Votre branche est basée sur '%s', mais la branche amont a disparu.\n"

#: remote.c:1875
msgid " (use \"git branch --unset-upstream\" to fixup)\n"
msgstr " (utilisez \"git branch -unset-upstream\" pour corriger)\n"
msgstr " (utilisez \"git branch --unset-upstream\" pour corriger)\n"

#: remote.c:1878
#, c-format
Expand Down Expand Up @@ -3266,7 +3266,7 @@ msgstr " git branch -d %s\n"
#: builtin/branch.c:1027
#, c-format
msgid " git branch --set-upstream-to %s\n"
msgstr " git branch -set-upstream-to %s\n"
msgstr " git branch --set-upstream-to %s\n"

#: builtin/bundle.c:47
#, c-format
Expand Down

0 comments on commit 16216b6

Please sign in to comment.