[gnome-builder] Id > ID in translatable strings
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Id > ID in translatable strings
- Date: Sat, 9 May 2015 18:24:29 +0000 (UTC)
commit 91d46a6408a19c613a8c55b02086348d73214ab6
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sat May 9 20:22:59 2015 +0200
Id > ID in translatable strings
libide/ide-project.c | 2 +-
libide/ide-settings.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libide/ide-project.c b/libide/ide-project.c
index 513b3f3..4094e71 100644
--- a/libide/ide-project.c
+++ b/libide/ide-project.c
@@ -411,7 +411,7 @@ ide_project_class_init (IdeProjectClass *klass)
gParamSpecs [PROP_ID] =
g_param_spec_string ("id",
- _("Id"),
+ _("ID"),
_("The unique project identifier."),
NULL,
(G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
diff --git a/libide/ide-settings.c b/libide/ide-settings.c
index 9f5e046..4bbe0f5 100644
--- a/libide/ide-settings.c
+++ b/libide/ide-settings.c
@@ -294,8 +294,8 @@ ide_settings_class_init (IdeSettingsClass *klass)
gParamSpecs [PROP_SCHEMA_ID] =
g_param_spec_string ("schema-id",
- _("Schema Id"),
- _("Schema Id"),
+ _("Schema ID"),
+ _("Schema ID"),
NULL,
(G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]