diff options
author | Jiang Xin <worldhello.net@gmail.com> | 2015-01-21 08:05:03 +0100 |
---|---|---|
committer | Jiang Xin <worldhello.net@gmail.com> | 2015-01-21 08:35:37 +0100 |
commit | 1e607449135792dd117bd528432fc1fbc1115667 (patch) | |
tree | ea93ef4d4358800f894b4b412a88d460389e126d /po/git.pot | |
parent | Merge branch 'master' of git://github.com/git-l10n/git-po (diff) | |
download | git-1e607449135792dd117bd528432fc1fbc1115667.tar.xz git-1e607449135792dd117bd528432fc1fbc1115667.zip |
l10n: correct indentation of show-branch usage
An indentation error was found right after we started l10n round 2, and
commit d6589d1 (show-branch: fix indentation of usage string) and this
update would fix it.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Diffstat (limited to 'po/git.pot')
-rw-r--r-- | po/git.pot | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/po/git.pot b/po/git.pot index 923d617f5e..91fa5a1be6 100644 --- a/po/git.pot +++ b/po/git.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" -"POT-Creation-Date: 2015-01-18 11:24+0800\n" +"POT-Creation-Date: 2015-01-21 14:21+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -305,7 +305,7 @@ msgstr "" msgid "index-pack died" msgstr "" -#: color.c:259 +#: color.c:260 #, c-format msgid "invalid color value: %.*s" msgstr "" @@ -9015,9 +9015,9 @@ msgstr "" #: builtin/show-branch.c:9 msgid "" "git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order]\n" -"\t\t [--current] [--color[=<when>] | --no-color] [--sparse]\n" -"\t\t [--more=<n> | --list | --independent | --merge-base]\n" -"\t [--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]" +"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n" +"\t\t[--more=<n> | --list | --independent | --merge-base]\n" +"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]" msgstr "" #: builtin/show-branch.c:13 |