Code

gettextize: git-stash "unknown option" message
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 14 Sep 2010 11:42:21 +0000 (11:42 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 30 Oct 2010 07:58:25 +0000 (07:58 +0000)
commitfe86c77b57d98dfe31b2992fd2cca5bc638429ca
tree4ea6ea5f73c536ab329f41969eb73b4e298131f2
parentfb2c5306a27fb32c8c71249d4d132da48392d8f2
gettextize: git-stash "unknown option" message

Gettextize the "unknown option for 'stash save'" message that's shown
on:

    $ git stash save --blah-blah
    error: unknown option for 'stash save': --blah-blah
           To provide a message, use git stash save -- '--blah-blah'
    Usage: git stash list [<options>]

In a translation the second line should be aligned with the first
one. I've added a TRANSLATORS comment to indicate this.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
git-stash.sh