Skip to content

Commit eac0ccc

Browse files
pcloudsgitster
authored andcommitted
mv: mark strings for translations
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 67de23d commit eac0ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/mv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ int cmd_mv(int argc, const char **argv, const char *prefix)
108108
destination = internal_copy_pathspec(dest_path[0], argv, argc, DUP_BASENAME);
109109
} else {
110110
if (argc != 1)
111-
die("destination '%s' is not a directory", dest_path[0]);
111+
die(_("destination '%s' is not a directory"), dest_path[0]);
112112
destination = dest_path;
113113
}
114114

0 commit comments

Comments
 (0)