From e34eb517288a8bf508e050cd537cf5f71be81bab Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 22 Aug 2008 23:46:54 +0200 Subject: remove.c: move comment to right before string, so gettext will pick it up --- src/remove.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/remove.c') diff --git a/src/remove.c b/src/remove.c index 58b24a3d2..7c63dfe80 100644 --- a/src/remove.c +++ b/src/remove.c @@ -918,12 +918,12 @@ prompt (int fd_cwd, Dirstack_state const *ds, char const *filename, return RM_ERROR; } - /* TRANSLATORS: You may find it more convenient to translate - the equivalent of _("%s: remove %s (write-protected) %s? "). - It should avoid grammatical problems with the output - of file_type. */ fprintf (stderr, (write_protected + /* TRANSLATORS: You may find it more convenient to + translate "%s: remove %s (write-protected) %s? " + instead. It should avoid grammatical problems + with the output of file_type. */ ? _("%s: remove write-protected %s %s? ") : _("%s: remove %s %s? ")), program_name, file_type (sbuf), quoted_name); -- cgit v1.2.3-54-g00ecf