mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
gapplication: Fix typo in property
This commit is contained in:
parent
0f9b83dd36
commit
78203f3699
@ -558,7 +558,7 @@ g_application_class_init (GApplicationClass *class)
|
||||
g_object_class_install_property (object_class, PROP_INACTIVITY_TIMEOUT,
|
||||
g_param_spec_uint ("inactivity-timeout",
|
||||
P_("Inactivity timeout"),
|
||||
P_("Iime (ms) to stay alive after becoming idle"),
|
||||
P_("Time (ms) to stay alive after becoming idle"),
|
||||
0, G_MAXUINT, 0,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user