[gnome-builder] Fix typo in some translation contexts
- From: Piotr DrÄ…g <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Fix typo in some translation contexts
- Date: Wed, 16 Aug 2017 21:49:44 +0000 (UTC)
commit 57219668252fd8431139467c9f333b45faac290c
Author: Piotr DrÄ…g <piotrdrag gmail com>
Date: Wed Aug 16 23:49:17 2017 +0200
Fix typo in some translation contexts
libide/runner/ide-run-manager.c | 6 +++---
plugins/terminal/gb-terminal-workbench-addin.c | 12 ++++++------
2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/libide/runner/ide-run-manager.c b/libide/runner/ide-run-manager.c
index 85400b6..026b714 100644
--- a/libide/runner/ide-run-manager.c
+++ b/libide/runner/ide-run-manager.c
@@ -718,9 +718,9 @@ ide_run_manager_add_handler (IdeRunManager *self,
dzl_shortcut_manager_add_action (manager,
action_name,
- NC_("shortcut winndow", "Workbench shortcuts"),
- NC_("shortcut winndow", "Build and Run"),
- NC_("shortcut winndow", title),
+ NC_("shortcut window", "Workbench shortcuts"),
+ NC_("shortcut window", "Build and Run"),
+ NC_("shortcut window", title),
NULL);
dzl_shortcut_theme_set_accel_for_action (theme, action_name, accel, DZL_SHORTCUT_PHASE_DISPATCH);
diff --git a/plugins/terminal/gb-terminal-workbench-addin.c b/plugins/terminal/gb-terminal-workbench-addin.c
index 4ab8c5b..b97b73a 100644
--- a/plugins/terminal/gb-terminal-workbench-addin.c
+++ b/plugins/terminal/gb-terminal-workbench-addin.c
@@ -177,15 +177,15 @@ failure:
static const DzlShortcutEntry gb_terminal_shortcut_entries[] = {
{ "org.gnome.builder.workbench.new-terminal",
0, NULL,
- NC_("shortcut winndow", "Workbench shortcuts"),
- NC_("shortcut winndow", "General"),
- NC_("shortcut winndow", "Terminal") },
+ NC_("shortcut window", "Workbench shortcuts"),
+ NC_("shortcut window", "General"),
+ NC_("shortcut window", "Terminal") },
{ "org.gnome.builder.workbench.new-terminal-in-runtime",
0, NULL,
- NC_("shortcut winndow", "Workbench shortcuts"),
- NC_("shortcut winndow", "General"),
- NC_("shortcut winndow", "Terminal in Build Runtime") },
+ NC_("shortcut window", "Workbench shortcuts"),
+ NC_("shortcut window", "General"),
+ NC_("shortcut window", "Terminal in Build Runtime") },
};
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]