[Xfce4-commits] [xfce/thunar] 01/01: Improve UCA keyboard shortcut wording
noreply at xfce.org
noreply at xfce.org
Sat Mar 24 00:45:40 CET 2018
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/thunar.
commit 31c1fe7137d73f821f3be94e9cc79b5dbec1a236
Author: Andre Miranda <andreldm at xfce.org>
Date: Fri Mar 23 20:44:47 2018 -0300
Improve UCA keyboard shortcut wording
And fix two typos
---
plugins/thunar-uca/thunar-uca-editor.c | 4 ++--
plugins/thunar-uca/thunar-uca-editor.ui | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/plugins/thunar-uca/thunar-uca-editor.c b/plugins/thunar-uca/thunar-uca-editor.c
index 42e9349..d8928e9 100644
--- a/plugins/thunar-uca/thunar-uca-editor.c
+++ b/plugins/thunar-uca/thunar-uca-editor.c
@@ -351,10 +351,10 @@ thunar_uca_editor_validate_shortcut (XfceShortcutDialog *dialog,
info.other_path :
command + 1; /* skip leading slash */
- message = g_strdup_printf (_("This shorcut is currently used by: '%s'"),
+ message = g_strdup_printf (_("This keyboard shortcut is currently used by: '%s'"),
command);
xfce_dialog_show_warning (GTK_WINDOW (dialog), message,
- _("Keyboard shorcut already in use"));
+ _("Keyboard shortcut already in use"));
g_free (message);
}
diff --git a/plugins/thunar-uca/thunar-uca-editor.ui b/plugins/thunar-uca/thunar-uca-editor.ui
index 1a5907d..698da97 100644
--- a/plugins/thunar-uca/thunar-uca-editor.ui
+++ b/plugins/thunar-uca/thunar-uca-editor.ui
@@ -158,7 +158,7 @@
<object class="GtkLabel" id="shortcut_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">_Shortcut:</property>
+ <property name="label" translatable="yes">Keyboard _Shortcut:</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
</object>
@@ -175,7 +175,7 @@
<object class="GtkButton" id="shortcut_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="tooltip_text" translatable="yes">The shortcut for the action.</property>
+ <property name="tooltip_text" translatable="yes">The keyboard shortcut for the action.</property>
<property name="hexpand">True</property>
<signal name="clicked" handler="thunar_uca_editor_shortcut_clicked" swapped="yes"/>
</object>
@@ -190,7 +190,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="tooltip_text" translatable="yes">Clear the shortcut for this action.</property>
+ <property name="tooltip_text" translatable="yes">Clear the keyboard shortcut for this action.</property>
<signal name="clicked" handler="thunar_uca_editor_shortcut_clear_clicked" swapped="yes"/>
<child>
<object class="GtkImage" id="image2">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list