texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7759] mark string for translation


From: gavinsmith0123
Subject: [7759] mark string for translation
Date: Wed, 26 Apr 2017 17:02:12 -0400 (EDT)

Revision: 7759
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7759
Author:   gavin
Date:     2017-04-26 17:02:12 -0400 (Wed, 26 Apr 2017)
Log Message:
-----------
mark string for translation

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/session.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-04-26 20:56:23 UTC (rev 7758)
+++ trunk/ChangeLog     2017-04-26 21:02:12 UTC (rev 7759)
@@ -1,3 +1,8 @@
+2017-04-26  Benno Schulenberg  <address@hidden>  (tiny change)
+
+       * info/session.c (info_tree_search): Mark a message for 
+       translation and add note for translators.
+
 2017-04-26  Gavin Smith  <address@hidden>
 
        * info/session.c (info_search_internal): Search starting node at 

Modified: trunk/info/session.c
===================================================================
--- trunk/info/session.c        2017-04-26 20:56:23 UTC (rev 7758)
+++ trunk/info/session.c        2017-04-26 21:02:12 UTC (rev 7759)
@@ -4575,7 +4575,8 @@
   int i;
 
   /* TODO: Display manual name */
-  asprintf (&prompt, "Search under %s: ",
+  /* TRANSLATORS: %s is the title of a node. */
+  asprintf (&prompt, _("Search under %s: "),
             window->node->nodename);
   line = info_read_in_echo_area (prompt); free (prompt);
   if (!line)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]