[calls] plugins: Use American spelling
- From: Evangelos Ribeiro Tzaras <devrtz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [calls] plugins: Use American spelling
- Date: Tue, 29 Mar 2022 14:47:54 +0000 (UTC)
commit 397870a75bc4d32c0c5e7f7552799daf3f8ac048
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date: Sat Mar 19 23:15:12 2022 +0100
plugins: Use American spelling
plugins/mm/calls-mm-provider.c | 2 +-
plugins/ofono/calls-ofono-provider.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/mm/calls-mm-provider.c b/plugins/mm/calls-mm-provider.c
index 1975bf5a..53fb3d23 100644
--- a/plugins/mm/calls-mm-provider.c
+++ b/plugins/mm/calls-mm-provider.c
@@ -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);
}
diff --git a/plugins/ofono/calls-ofono-provider.c b/plugins/ofono/calls-ofono-provider.c
index 835834d6..1c2d9fac 100644
--- a/plugins/ofono/calls-ofono-provider.c
+++ b/plugins/ofono/calls-ofono-provider.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]