Don't localise property descriptions in calls-call and calls-origin properties
This commit is contained in:
committed by
Evangelos Ribeiro Tzaras
parent
4e7a0b8151
commit
0d8470597b
@@ -391,8 +391,8 @@ calls_mm_call_class_init (CallsMMCallClass *klass)
|
||||
object_class->finalize = finalize;
|
||||
|
||||
props[PROP_MM_CALL] = g_param_spec_object ("mm-call",
|
||||
_("MM call"),
|
||||
_("A libmm-glib proxy object for the underlying call object"),
|
||||
"MM call",
|
||||
"A libmm-glib proxy object for the underlying call object",
|
||||
MM_TYPE_CALL,
|
||||
G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY);
|
||||
g_object_class_install_property (object_class, PROP_MM_CALL, props[PROP_MM_CALL]);
|
||||
|
||||
@@ -811,8 +811,8 @@ calls_mm_origin_class_init (CallsMMOriginClass *klass)
|
||||
|
||||
props[PROP_MODEM] =
|
||||
g_param_spec_object ("mm-object",
|
||||
_("Modem Object"),
|
||||
_("A libmm-glib proxy object for the modem"),
|
||||
"Modem Object",
|
||||
"A libmm-glib proxy object for the modem",
|
||||
MM_TYPE_OBJECT,
|
||||
G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY);
|
||||
g_object_class_install_property (object_class, PROP_MODEM, props[PROP_MODEM]);
|
||||
|
||||
Reference in New Issue
Block a user