[gnome-builder] tooltips: correct spelling of button names
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] tooltips: correct spelling of button names
- Date: Tue, 16 Feb 2016 00:19:12 +0000 (UTC)
commit d1e865f9ced4caa90964efc877006adf124871c0
Author: Piotr Drąg <piotrdrag gmail com>
Date: Tue Feb 16 01:15:01 2016 +0100
tooltips: correct spelling of button names
I'm not a fan of these shortcuts here (builder is the only app to do this, it
does it for arbitrary shortcuts, and we have a shortcuts window), but
correcting the capitalization is the low-hanging fruit I can safely pick.
data/ui/ide-editor-perspective.ui | 4 ++--
data/ui/ide-workbench-header-bar.ui | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/ide-editor-perspective.ui b/data/ui/ide-editor-perspective.ui
index 9209bd8..ae49965 100644
--- a/data/ui/ide-editor-perspective.ui
+++ b/data/ui/ide-editor-perspective.ui
@@ -50,7 +50,7 @@
<child>
<object class="GtkToggleButton">
<property name="action-name">panels.bottom</property>
- <property name="tooltip-text" translatable="yes">Enable / Disable bottom panel. Shortcut: CTRL +
F9</property>
+ <property name="tooltip-text" translatable="yes">Enable / Disable bottom panel. Shortcut: Ctrl +
F9</property>
<property name="focus-on-click">false</property>
<property name="visible">true</property>
<style>
@@ -67,7 +67,7 @@
<child>
<object class="GtkToggleButton">
<property name="action-name">panels.right</property>
- <property name="tooltip-text" translatable="yes">Enable / Disable right panel. Shortcut: SHIFT +
F9</property>
+ <property name="tooltip-text" translatable="yes">Enable / Disable right panel. Shortcut: Shift +
F9</property>
<property name="focus-on-click">false</property>
<property name="visible">true</property>
<style>
diff --git a/data/ui/ide-workbench-header-bar.ui b/data/ui/ide-workbench-header-bar.ui
index 04de8ce..d9edd6a 100644
--- a/data/ui/ide-workbench-header-bar.ui
+++ b/data/ui/ide-workbench-header-bar.ui
@@ -5,7 +5,7 @@
<property name="show-close-button">true</property>
<child type="title">
<object class="IdeOmniSearchEntry" id="search_entry">
- <property name="tooltip-text" translatable="yes">Search for files. Shortcut: CTRL + .</property>
+ <property name="tooltip-text" translatable="yes">Search for files. Shortcut: Ctrl + .</property>
<property name="hexpand">true</property>
<property name="margin-end">6</property>
<property name="margin-start">6</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]