1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-25 21:29:32 +00:00

plugins: Use American spelling

This commit is contained in:
Anders Jonsson 2022-03-19 23:15:12 +01:00 committed by Evangelos Ribeiro Tzaras
parent 86beb37e53
commit 397870a75b
2 changed files with 2 additions and 2 deletions

View file

@ -458,7 +458,7 @@ calls_mm_provider_message_source_interface_init (CallsMessageSourceInterface *if
static void
calls_mm_provider_init (CallsMMProvider *self)
{
self->status = g_strdup (_("Initialised"));
self->status = g_strdup (_("Initialized"));
self->origins = g_list_store_new (CALLS_TYPE_ORIGIN);
}

View file

@ -562,7 +562,7 @@ calls_ofono_provider_message_source_interface_init (CallsMessageSourceInterface
static void
calls_ofono_provider_init (CallsOfonoProvider *self)
{
self->status = g_strdup (_("Initialised"));
self->status = g_strdup (_("Initialized"));
self->modems = g_hash_table_new_full (g_str_hash, g_str_equal,
g_free, g_object_unref);
self->origins = g_list_store_new (CALLS_TYPE_ORIGIN);