summaryrefslogtreecommitdiff
path: root/src/remove.c
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2008-08-22 23:46:54 +0200
committerJim Meyering <meyering@redhat.com>2008-09-19 12:27:36 +0200
commite34eb517288a8bf508e050cd537cf5f71be81bab (patch)
treea514c6351c457fe7b98649be697797ec9188a2b2 /src/remove.c
parent771484f47a1ac321e20cf9dcee013ab45c1d1578 (diff)
downloadcoreutils-e34eb517288a8bf508e050cd537cf5f71be81bab.tar.xz
remove.c: move comment to right before string, so gettext will pick it up
Diffstat (limited to 'src/remove.c')
-rw-r--r--src/remove.c8
1 files changed, 4 insertions, 4 deletions
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);