texinfo-commits
[Top][All Lists]
Advanced

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

[6157] info welcome message


From: Gavin D. Smith
Subject: [6157] info welcome message
Date: Thu, 26 Feb 2015 14:46:35 +0000

Revision: 6157
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6157
Author:   gavin
Date:     2015-02-26 14:46:33 +0000 (Thu, 26 Feb 2015)
Log Message:
-----------
info welcome message

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/session.c
    trunk/po/Makevars
    trunk/po/POTFILES.in

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-02-25 21:58:33 UTC (rev 6156)
+++ trunk/ChangeLog     2015-02-26 14:46:33 UTC (rev 6157)
@@ -1,3 +1,10 @@
+2015-02-26  Gavin Smith  <address@hidden>
+
+       * info/session.c (display_startup_message): Startup message 
+       changed.  Note added for translators.
+       * po/Makevars (XGETTEXT_OPTIONS): Add -cTRANSLATORS flag.
+       * po/POTFILES.in: Add info/infomap.c.
+
 2015-02-25  Gavin Smith  <address@hidden>
 
        * configure.ac: Check for posix_openpt in AC_CHECK_FUNCS, and 

Modified: trunk/info/session.c
===================================================================
--- trunk/info/session.c        2015-02-25 21:58:33 UTC (rev 6156)
+++ trunk/info/session.c        2015-02-26 14:46:33 UTC (rev 6157)
@@ -184,7 +184,9 @@
   char *format;
 
   format = replace_in_documentation
-(_("Welcome to Info version %s. Type \\[get-help-window] for help, 
\\[menu-item] for menu item, \\[get-info-help-node] for tutorial."),
+  /* TRANSLATORS: This message should fit within 79 characters, otherwise
+     anything after the 80th character will not be displayed. */
+(_("Welcome to Info version %s.  Type \\[get-help-window] for help, 
\\[get-info-help-node] for tutorial."),
      0);
 
   window_message_in_echo_area (format, VERSION, NULL);

Modified: trunk/po/Makevars
===================================================================
--- trunk/po/Makevars   2015-02-25 21:58:33 UTC (rev 6156)
+++ trunk/po/Makevars   2015-02-26 14:46:33 UTC (rev 6157)
@@ -9,6 +9,7 @@
 
 # These options get passed to xgettext.
 XGETTEXT_OPTIONS = \
+ -cTRANSLATORS\
  --keyword=_\
  --keyword=N_\
  --keyword=__\

Modified: trunk/po/POTFILES.in
===================================================================
--- trunk/po/POTFILES.in        2015-02-25 21:58:33 UTC (rev 6156)
+++ trunk/po/POTFILES.in        2015-02-26 14:46:33 UTC (rev 6157)
@@ -20,6 +20,7 @@
 info/info-utils.c
 info/info.c
 info/infodoc.c
+info/infomap.c
 info/infokey.c
 info/m-x.c
 info/makedoc.c




reply via email to

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