[gtk+] GtkPlacesSidebar: Fixed tooltip capitalization



commit 67c8ebc5d59250f2a1a1e354bb563c7d03a27bc7
Author: Joe Pea <trusktr gmail com>
Date:   Sun May 12 13:28:24 2013 -0700

    GtkPlacesSidebar: Fixed tooltip capitalization
    
    Use sentence capitalization for the tooltip on the file system disk under Devices.
    https://bugzilla.gnome.org/show_bug.cgi?id=698933

 gtk/gtkplacessidebar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c
index 87e0c5a..4a04611 100644
--- a/gtk/gtkplacessidebar.c
+++ b/gtk/gtkplacessidebar.c
@@ -964,7 +964,7 @@ update_places (GtkPlacesSidebar *sidebar)
                   SECTION_DEVICES,
                   sidebar->hostname, icon, mount_uri,
                   NULL, NULL, NULL, 0,
-                  _("Open the contents of the File System"));
+                  _("Open the contents of the file system"));
        g_object_unref (icon);
 
        /* add mounts that has no volume (/etc/mtab mounts, ftp, sftp,...) */


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