Skip to content

Commit 4105683

Browse files
andy5995claude
andcommitted
i18n: mark partial-move warning for translation; add ficlone.c to POTFILES
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1e7628a commit 4105683

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

po/POTFILES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
src/parse_cli_options.c
44
src/main.c
5+
src/ficlone.c
56
src/config_rmw.c
67
src/messages.c
78
src/restore.c

src/ficlone.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ do_ficlone_dir(const char *src, const char *dst)
239239
{
240240
if (files_moved > 0)
241241
fprintf(stderr,
242-
"partial move: check both '%s' and '%s' -- some files may have already been moved\n",
242+
_("partial move: check both '%s' and '%s' -- some files may have already been moved\n"),
243243
src, dst);
244244
return -1;
245245
}

0 commit comments

Comments
 (0)