Drop translations from property names and descriptions

They're never used anywhere.

Closes: #155, #121
This commit is contained in:
Guido Günther
2020-05-29 07:38:11 +02:00
committed by Mohammed Sadiq
parent 0b35ca102a
commit 956916ae1f
13 changed files with 61 additions and 61 deletions

View File

@@ -304,15 +304,15 @@ calls_main_window_class_init (CallsMainWindowClass *klass)
props[PROP_RECORD_STORE] =
g_param_spec_object ("record-store",
_("Record store"),
_("The store of call records"),
"Record store",
"The store of call records",
G_TYPE_LIST_MODEL,
G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY);
props[PROP_CONTACTS] =
g_param_spec_object ("contacts",
_("Contacts"),
_("Interface for libfolks"),
"Contacts",
"Interface for libfolks",
CALLS_TYPE_CONTACTS,
G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY);