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
@@ -67,8 +67,8 @@ calls_provider_default_init (CallsProviderInterface *iface)
|
||||
|
||||
props[PROP_STATUS] =
|
||||
g_param_spec_string ("status",
|
||||
_("Status"),
|
||||
_("A text string describing the status for display to the user"),
|
||||
"Status",
|
||||
"A text string describing the status for display to the user",
|
||||
"",
|
||||
G_PARAM_READABLE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user