author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Sun, 10 Apr 2011 19:34:08 +0000 (19:34 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 12 Apr 2011 07:20:28 +0000 (00:20 -0700) | ||
commit | f06f08b78c1c8be7039bd94c5f1fb305812fda34 | |
tree | 10c9951d72886e3e6c425b53045b8a8aadcdcd95 | tree | snapshot |
parent | 20fc73e3b0bb2b115d88e54514db13ffaf11b025 | commit | diff |
i18n: mark checkout plural warning for translation
Mark the "Warning: you are leaving %d commit(s) behind" message added
in v1.7.5-rc0~74^2 (commit: give final warning when reattaching HEAD
to leave commits behind) by Junio C Hamano for translation.
This message requires the use of ngettext() features, and is the first
message to use the Q_() wrapper around ngettext().
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Mark the "Warning: you are leaving %d commit(s) behind" message added
in v1.7.5-rc0~74^2 (commit: give final warning when reattaching HEAD
to leave commits behind) by Junio C Hamano for translation.
This message requires the use of ngettext() features, and is the first
message to use the Q_() wrapper around ngettext().
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/checkout.c | diff | blob | history | |
t/t2020-checkout-detach.sh | diff | blob | history |