mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Unmark GdmUser property strings for translation
This commit is contained in:
parent
527ff6fb1d
commit
756374b2e4
1 changed files with 2 additions and 2 deletions
|
|
@ -240,8 +240,8 @@ gdm_user_class_init (GdmUserClass *class)
|
|||
g_object_class_install_property (gobject_class,
|
||||
PROP_MANAGER,
|
||||
g_param_spec_object ("manager",
|
||||
_("Manager"),
|
||||
_("The user manager object this user is controlled by."),
|
||||
"Manager",
|
||||
"The user manager object this user is controlled by.",
|
||||
GDM_TYPE_USER_MANAGER,
|
||||
(G_PARAM_READWRITE |
|
||||
G_PARAM_CONSTRUCT_ONLY)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue