i18n: advice: internationalize message for conflicts
[gitweb.git] / t / t5520-pull.sh
index 739c089d500f76cbf726f0083062420a51874fc1..45e44cac6be8d8f719893853719882774f07432d 100755 (executable)
@@ -211,7 +211,7 @@ test_expect_success 'fail if the index has unresolved entries' '
        test -n "$(git ls-files -u)" &&
        cp file expected &&
        test_must_fail git pull . second 2>err &&
-       test_i18ngrep "Pull is not possible because you have unmerged files" err &&
+       test_i18ngrep "Pulling is not possible because you have unmerged files." err &&
        test_cmp expected file &&
        git add file &&
        test -z "$(git ls-files -u)" &&