summaryrefslogtreecommitdiff
path: root/t/t0008-ignores.sh
diff options
context:
space:
mode:
authorAlexander Shopov <ash@kambanaria.org>2018-02-13 14:19:15 +0100
committerJunio C Hamano <gitster@pobox.com>2018-02-13 10:59:58 -0800
commitfc045fe7d4fa220f19274715c936636fe0516ea3 (patch)
treeecb2c202550b953426e3a522ad71011d7c0c5dac /t/t0008-ignores.sh
parent5be1f00a9a701532232f57958efab4be8c959a29 (diff)
downloadgit-fc045fe7d4fa220f19274715c936636fe0516ea3.tar.gz
Mark messages for translationsas/ll-i18n
Small changes in messages to fit the style and typography of rest. Reuse already translated messages if possible. Do not translate messages aimed at developers of git. Fix unit tests depending on the original string. Use `test_i18ngrep` for tests with translatable strings. Change and verify rest of tests via `make GETTEXT_POISON=1 test`. Signed-off-by: Alexander Shopov <ash@kambanaria.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0008-ignores.sh')
-rwxr-xr-xt/t0008-ignores.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0008-ignores.sh b/t/t0008-ignores.sh
index d27f438bf4..5743b482f2 100755
--- a/t/t0008-ignores.sh
+++ b/t/t0008-ignores.sh
@@ -307,7 +307,7 @@ test_expect_success_multi 'needs work tree' '' '
cd .git &&
test_check_ignore "foo" 128
) &&
- stderr_contains "fatal: This operation must be run in a work tree"
+ stderr_contains "fatal: this operation must be run in a work tree"
'
############################################################################