String Changes in Nautilus



Hi,

three small changes:
* I've committed a patch which adds mnemonics to the "Empty Trash" &
"Browse Folder" context menu items.
* I did remove the unused static_bookmarks.xml file.
* To allow translators to localize the default desktop font & size, that
setting was marked for translation (and can/should be left alone in most
cases). Please see bug #138731 for details.

Martin

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/nautilus/ChangeLog,v
retrieving revision 1.6392
diff -u -p -r1.6392 ChangeLog
--- ChangeLog   4 Feb 2005 09:45:35 -0000       1.6392
+++ ChangeLog   5 Feb 2005 00:46:32 -0000
@@ -1,3 +1,13 @@
+2005-02-05  Martin Wehner  <martin wehner epost de>
+
+       * src/file-manager/fm-directory-view.c:
+       (real_update_menus): Added mnemonic for Browse Folder option.
+       * src/file-manager/fm-desktop-icon-view.c:
+       (real_update_menus): Added mnemonic for Empty Trash option.
+       Fixes #162307.
+
+       Patch from Dinoop Thomas <dinoop thomas wipro com>
+
 2005-02-04  Alexander Larsson  <alexl redhat com>

        * src/file-manager/fm-desktop-icon-view.c (net_workarea_changed):
Index: src/file-manager/fm-desktop-icon-view.c
===================================================================
RCS file: /cvs/gnome/nautilus/src/file-manager/fm-desktop-icon-view.c,v
retrieving revision 1.217
diff -u -p -r1.217 fm-desktop-icon-view.c
--- src/file-manager/fm-desktop-icon-view.c     4 Feb 2005 09:45:36 -0000       1.217
+++ src/file-manager/fm-desktop-icon-view.c     5 Feb 2005 00:46:33 -0000
@@ -683,7 +683,7 @@ real_update_menus (FMDirectoryView *view
        gtk_action_set_visible (action,
                                include_empty_trash);
        if (include_empty_trash) {
-               label = g_strdup (_("Empty Trash"));
+               label = g_strdup (_("E_mpty Trash"));
                g_object_set (action , "label", label, NULL);
                gtk_action_set_sensitive (action,
                                          !nautilus_trash_monitor_is_empty ());
Index: src/file-manager/fm-directory-view.c
===================================================================
RCS file: /cvs/gnome/nautilus/src/file-manager/fm-directory-view.c,v
retrieving revision 1.658
diff -u -p -r1.658 fm-directory-view.c
--- src/file-manager/fm-directory-view.c        1 Feb 2005 16:44:48 -0000       1.658
+++ src/file-manager/fm-directory-view.c        5 Feb 2005 00:46:37 -0000
@@ -6233,9 +6233,9 @@ real_update_menus (FMDirectoryView *view
                }
        } else {
                if (selection_count <= 1) {
-                       label_with_underscore = g_strdup (_("Browse Folder"));
+                       label_with_underscore = g_strdup (_("_Browse Folder"));
                } else {
-                       label_with_underscore = g_strdup_printf (_("Browse Folders"));
+                       label_with_underscore = g_strdup_printf (_("_Browse Folders"));
                }
        }


 2005-02-05  Martin Wehner  <martin wehner epost de>

+       * libnautilus-private/apps_nautilus_preferences.schemas.in:
+       Make default desktop font localizable. (#138731)
+
+       Patch from Takao Fujiwar <takao fujiwara sun com>
+
+2005-02-05  Martin Wehner  <martin wehner epost de>
+
        * data/Makefile.am:
        * data/static_bookmarks.xml:
        Remove unused file.
Index: libnautilus-private/apps_nautilus_preferences.schemas.in
===================================================================
RCS file: /cvs/gnome/nautilus/libnautilus-private/apps_nautilus_preferences.schemas.in,v
retrieving revision 1.22
diff -u -p -r1.22 apps_nautilus_preferences.schemas.in
--- libnautilus-private/apps_nautilus_preferences.schemas.in    20 Jan 2005 19:22:45 -0000      1.22
+++ libnautilus-private/apps_nautilus_preferences.schemas.in    5 Feb 2005 02:14:10 -0000
@@ -295,6 +295,7 @@
       <type>string</type>
       <default>Sans 10</default>
       <locale name="C">
+         <default><!-- Translators: please note this can choose the default font and the size. e.g. "Monospace 8". Please do not translate "Sans". In most cases, this should be left alone. -->Sans 10</default>
          <short>Desktop font</short>
         <long>
          The font description used for the icons on the desktop.



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