Drop translations from property names and descriptions
They're never used anywhere. Closes: #155, #121
This commit is contained in:
committed by
Mohammed Sadiq
parent
0b35ca102a
commit
956916ae1f
@@ -125,8 +125,8 @@ calls_encryption_indicator_class_init (CallsEncryptionIndicatorClass *klass)
|
||||
|
||||
props[PROP_ENCRYPTED] =
|
||||
g_param_spec_boolean ("encrypted",
|
||||
_("Encrypted"),
|
||||
_("The party participating in the call"),
|
||||
"Encrypted",
|
||||
"The party participating in the call",
|
||||
FALSE,
|
||||
G_PARAM_READWRITE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user