Unmark GdmUser property strings for translation
This commit is contained in:
parent
527ff6fb1d
commit
756374b2e4
@ -240,8 +240,8 @@ gdm_user_class_init (GdmUserClass *class)
|
|||||||
g_object_class_install_property (gobject_class,
|
g_object_class_install_property (gobject_class,
|
||||||
PROP_MANAGER,
|
PROP_MANAGER,
|
||||||
g_param_spec_object ("manager",
|
g_param_spec_object ("manager",
|
||||||
_("Manager"),
|
"Manager",
|
||||||
_("The user manager object this user is controlled by."),
|
"The user manager object this user is controlled by.",
|
||||||
GDM_TYPE_USER_MANAGER,
|
GDM_TYPE_USER_MANAGER,
|
||||||
(G_PARAM_READWRITE |
|
(G_PARAM_READWRITE |
|
||||||
G_PARAM_CONSTRUCT_ONLY)));
|
G_PARAM_CONSTRUCT_ONLY)));
|
||||||
|
Loading…
Reference in New Issue
Block a user