summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 87403eb)
raw | patch | inline | side by side (parent: 87403eb)
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Wed, 1 Sep 2010 18:58:05 +0000 (18:58 +0000) | ||
committer | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Sat, 30 Oct 2010 07:10:09 +0000 (07:10 +0000) |
This could be done better by splitting it up, but it would change too
much code, which I'm trying to avoid at this point. Instead add a
TRANSLATORS comment to explain what "remote " does.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
much code, which I'm trying to avoid at this point. Instead add a
TRANSLATORS comment to explain what "remote " does.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
builtin/branch.c | patch | blob | history |
diff --git a/builtin/branch.c b/builtin/branch.c
index d6d113786fc8bd52c613d1856b6392dee470faf2..5a36395e0d339eb6584ec38c336d1efddfacf290 100644 (file)
--- a/builtin/branch.c
+++ b/builtin/branch.c
switch (kinds) {
case REF_REMOTE_BRANCH:
fmt = "refs/remotes/%s";
- remote = "remote ";
+ /* TRANSLATORS: This is "remote " in "remote branch '%s' not found" */
+ remote = _("remote ");
force = 1;
break;
case REF_LOCAL_BRANCH: