Mercurial > geeqie.yaz
changeset 948:e3ca16c68ebd
Typo fix.
author | zas_ |
---|---|
date | Mon, 28 Jul 2008 09:12:33 +0000 |
parents | 368643594bc8 |
children | 3b7e28da7246 |
files | src/filedata.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/filedata.c Sun Jul 27 19:22:40 2008 +0000 +++ b/src/filedata.c Mon Jul 28 09:12:33 2008 +0000 @@ -1630,7 +1630,7 @@ strcmp(fd->path, fd->change->dest) == 0) { ret |= CHANGE_WARN_SAME; - DEBUG_1("Change checked: source and destination is the same: %s -> %s", fd->path, fd->change->dest); + DEBUG_1("Change checked: source and destination are the same: %s -> %s", fd->path, fd->change->dest); } if (!isdir(dest_dir)) @@ -1749,7 +1749,7 @@ if (error & CHANGE_WARN_SAME) { if (result->len > 0) g_string_append(result, ", "); - g_string_append(result, _("source and destination is the same")); + g_string_append(result, _("source and destination are the same")); } if (error & CHANGE_WARN_CHANGED_EXT)