summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-03-21 18:50:07 +0100
committerThomas Haller <thaller@redhat.com>2017-03-22 12:25:27 +0100
commit0f34662726d9a87b9c0e63896f5ece8cabd1336d (patch)
tree8b3293fa8c8de4c7e3c46aef6aebef41906942c0
parent1536dafb91bf841ecd25286a0e7877e86f2d25e7 (diff)
downloadnetwork-manager-applet-0f34662726d9a87b9c0e63896f5ece8cabd1336d.tar.gz
c-e: add mnemonic short-cuts to dialogs
https://bugzilla.redhat.com/show_bug.cgi?id=1434317
-rw-r--r--src/connection-editor/ce-new-connection.ui3
-rw-r--r--src/connection-editor/ce-page-dcb.ui3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/connection-editor/ce-new-connection.ui b/src/connection-editor/ce-new-connection.ui
index 2fdad0d5..58c43fcb 100644
--- a/src/connection-editor/ce-new-connection.ui
+++ b/src/connection-editor/ce-new-connection.ui
@@ -59,11 +59,12 @@
</child>
<child>
<object class="GtkButton" id="create_button">
- <property name="label" translatable="yes">Create…</property>
+ <property name="label" translatable="yes">C_reate…</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">False</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/src/connection-editor/ce-page-dcb.ui b/src/connection-editor/ce-page-dcb.ui
index dad02446..7bbf0351 100644
--- a/src/connection-editor/ce-page-dcb.ui
+++ b/src/connection-editor/ce-page-dcb.ui
@@ -12,11 +12,12 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="dcb_enabled_checkbutton">
- <property name="label" translatable="yes">Use Data Center Bridging (DCB) for this connection</property>
+ <property name="label" translatable="yes">_Use Data Center Bridging (DCB) for this connection</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="right_attach">2</property>