summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Pea <trusktr@gmail.com>2013-05-12 13:28:24 -0700
committerMatthias Clasen <mclasen@redhat.com>2013-05-13 05:47:05 -0400
commit67c8ebc5d59250f2a1a1e354bb563c7d03a27bc7 (patch)
treec3db5777d6f9bde6ade6eb0db9519132e687c8b9
parent98d33803fbd0314dbece535bf24497cbf70dd364 (diff)
downloadgtk+-67c8ebc5d59250f2a1a1e354bb563c7d03a27bc7.tar.gz
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
-rw-r--r--gtk/gtkplacessidebar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c
index 87e0c5aca5..4a04611713 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,...) */