[gtk+/places-sidebar] Use friendlier property names for Glade
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/places-sidebar] Use friendlier property names for Glade
- Date: Mon, 22 Apr 2013 21:05:59 +0000 (UTC)
commit 53224201452658632cff2d548be0d81ed14375fa
Author: Federico Mena Quintero <federico gnome org>
Date: Mon Apr 22 15:46:59 2013 -0400
Use friendlier property names for Glade
gtk/gtkplacessidebar.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c
index cd8cdd6..c758509 100644
--- a/gtk/gtkplacessidebar.c
+++ b/gtk/gtkplacessidebar.c
@@ -4174,26 +4174,26 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
properties[PROP_LOCATION] =
g_param_spec_object ("location",
- P_("Location to select"),
+ P_("Location to Select"),
P_("The location to highlight in the sidebar"),
G_TYPE_FILE,
G_PARAM_READWRITE);
properties[PROP_OPEN_FLAGS] =
g_param_spec_flags ("open-flags",
- P_("The open modes supported for this widget"),
- P_("The set of open modes supported for this widget"),
+ P_("Open Flags"),
+ P_("Modes in which the calling application can open locations selected in
the sidebar"),
GTK_TYPE_PLACES_OPEN_FLAGS,
GTK_PLACES_OPEN_NORMAL,
G_PARAM_READWRITE);
properties[PROP_SHOW_DESKTOP] =
g_param_spec_boolean ("show-desktop",
- P_("Whether to show desktop"),
- P_("Whether the sidebar includes a builtin shortcut to the desktop
folder"),
+ P_("Show 'Desktop'"),
+ P_("Whether the sidebar includes a builtin shortcut to the Desktop
folder"),
FALSE,
G_PARAM_READWRITE);
properties[PROP_SHOW_CONNECT_TO_SERVER] =
g_param_spec_boolean ("show-connect-to-server",
- P_("Whether to show connect to server"),
+ P_("Show 'Connect to Server'"),
P_("Whether the sidebar includes a builtin shortcut to a 'Connect to
server' dialog"),
FALSE,
G_PARAM_READWRITE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]