i18n: git-notes basic commands
[gitweb.git] / builtin / grep.c
index d35b76cbb47a31c8b39ceacdfbe0c2a733fc27bd..dfc32fbe6f87cb2959098640d583990552815607 100644 (file)
@@ -1061,7 +1061,7 @@ int cmd_grep(int argc, const char **argv, const char *prefix)
        }
 
        if (show_in_pager && (cached || list.nr))
-               die("--open-files-in-pager only works on the worktree");
+               die(_("--open-files-in-pager only works on the worktree"));
 
        if (show_in_pager && opt.pattern_list && !opt.pattern_list->next) {
                const char *pager = path_list.items[0].string;