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
This commit is contained in:
Joe Pea 2013-05-12 13:28:24 -07:00 committed by Matthias Clasen
parent 98d33803fb
commit 67c8ebc5d5

View File

@ -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,...) */