[REVIEW] Proposed gnome-panel patch



Hi there!
I just discovered a message which is not marked for translation.
Here comes the fix.
Plus it renames "screen shot" to "screenshot" in the corresponding
schema.in file. That's how we refer to the function in every other
screenshot string.

regs,
 Chris
Index: gnome-panel/panel-global-config.schemas.in
===================================================================
RCS file: /cvs/gnome/gnome-panel/gnome-panel/panel-global-config.schemas.in,v
retrieving revision 1.20
diff -u -r1.20 panel-global-config.schemas.in
--- gnome-panel/panel-global-config.schemas.in	7 Dec 2002 21:18:46 -0000	1.20
+++ gnome-panel/panel-global-config.schemas.in	10 Jan 2003 14:31:45 -0000
@@ -134,7 +134,7 @@
         <type>string</type>
         <default>Print</default>
         <locale name="C">
-          <short>Take a screen shot</short>
+          <short>Take a screenshot</short>
           <long></long>
         </locale>
       </schema>
@@ -146,7 +146,7 @@
         <type>string</type>
         <default>&lt;Alt&gt;Print</default>
         <locale name="C">
-          <short>Take a screen shot of a window</short>
+          <short>Take a screenshot of a window</short>
           <long></long>
         </locale>
       </schema>
Index: gnome-panel/panel-menu-bar.c
===================================================================
RCS file: /cvs/gnome/gnome-panel/gnome-panel/panel-menu-bar.c,v
retrieving revision 1.1
diff -u -r1.1 panel-menu-bar.c
--- gnome-panel/panel-menu-bar.c	10 Jan 2003 04:51:03 -0000	1.1
+++ gnome-panel/panel-menu-bar.c	10 Jan 2003 14:31:45 -0000
@@ -106,7 +106,7 @@
 	panel_menu_bar_append_action_item (
 			menubar,
 			menubar->priv->actions_menu,
-			("Run Program..."),
+			_("Run Program..."),
 			PANEL_STOCK_RUN,
 			_("Run applications, if you know the correct command to type in"),
 			"ACTION:run:NEW",


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