[gnome-builder] Minor capitalization fixes in translatable strings
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Minor capitalization fixes in translatable strings
- Date: Sun, 12 Jul 2015 14:48:57 +0000 (UTC)
commit ba1f1f27b9972574c721362aa20607ba84beb12e
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sun Jul 12 16:45:35 2015 +0200
Minor capitalization fixes in translatable strings
plugins/terminal/gb-terminal-view-actions.c | 2 +-
plugins/terminal/gb-terminal-view.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/terminal/gb-terminal-view-actions.c b/plugins/terminal/gb-terminal-view-actions.c
index 3b6396f..16a8d3a 100644
--- a/plugins/terminal/gb-terminal-view-actions.c
+++ b/plugins/terminal/gb-terminal-view-actions.c
@@ -297,7 +297,7 @@ gb_terminal_view_actions_save_as (GSimpleAction *action,
"select-multiple", FALSE,
"show-hidden", FALSE,
"transient-for", toplevel,
- "title", _("Save Terminal content As"),
+ "title", _("Save Terminal Content As"),
NULL);
file = get_last_focused_terminal_file (view);
diff --git a/plugins/terminal/gb-terminal-view.c b/plugins/terminal/gb-terminal-view.c
index 80876c3..ad66cd0 100644
--- a/plugins/terminal/gb-terminal-view.c
+++ b/plugins/terminal/gb-terminal-view.c
@@ -611,7 +611,7 @@ gb_terminal_view_class_init (GbTerminalViewClass *klass)
gParamSpecs [PROP_DOCUMENT] =
g_param_spec_object ("document",
_("Document"),
- _("The document for the Vte Terminal view."),
+ _("The document for the VTE terminal view."),
GB_TYPE_TERMINAL_DOCUMENT,
(G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]