]> git.wh0rd.org Git - nano.git/commitdiff
Gettextizing the "File being edited" prompt,
authorBenno Schulenberg <bensberg@justemail.net>
Sun, 28 Dec 2014 21:58:27 +0000 (21:58 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Sun, 28 Dec 2014 21:58:27 +0000 (21:58 +0000)
and improving its wording.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5097 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/files.c

index 3ce23af0a86c0fb056f536e2acbda62fb275deb9..c71f8a80cf38d7cf2fd543bf5170cc9e5fb620c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-28  Benno Schulenberg  <bensberg@justemail.net>
+       * src/files.c (do_lockfile): Gettextize the "File being edited"
+       prompt, and improve its wording.
+
 2014-11-30  Benno Schulenberg  <bensberg@justemail.net>
        * doc/syntax/spec.nanorc: Colorize %pretrans and %posttrans fully.
        Original patch from Savannah patch #8573 by Daniel Vrátil.
index c5d7942bd1649d0b2a97769301edd7292847e0dc..b3e6541395bd0f5846d7cc27e09c7195b4adfb37 100644 (file)
@@ -288,7 +288,7 @@ int do_lockfile(const char *filename)
         fprintf(stderr, "user which created this lock file should be %s\n",
                 lockuser);
 #endif
-        sprintf(promptstr, "File being edited (by %s, PID %d, user %s), continue?",
+        sprintf(promptstr, _("File is being edited (by %s, PID %d, user %s); continue?"),
                               lockprog, lockpid, lockuser);
         ans = do_yesno_prompt(FALSE, promptstr);
         if (ans < 1) {