Bugzilla – Attachment 155896 Details for
Bug 121939
Some enhancement request for customization dialog
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for customize keyboard dialog
patch (text/plain), 6.55 KB, created by
Hai Lang
on 2019-11-17 14:41:12 UTC
(
hide
)
Description:
Proposed patch for customize keyboard dialog
Filename:
MIME Type:
Creator:
Hai Lang
Created:
2019-11-17 14:41:12 UTC
Size:
6.55 KB
patch
obsolete
>diff --git a/cui/uiconfig/ui/accelconfigpage.ui b/cui/uiconfig/ui/accelconfigpage.ui >index 61f01d016892..ea7573d90aca 100644 >--- a/cui/uiconfig/ui/accelconfigpage.ui >+++ b/cui/uiconfig/ui/accelconfigpage.ui >@@ -129,7 +129,7 @@ > <object class="GtkLabel" id="label21"> > <property name="visible">True</property> > <property name="can_focus">False</property> >- <property name="label" translatable="yes" context="accelconfigpage|label21">Shortcu_t Keys</property> >+ <property name="label" translatable="yes" context="accelconfigpage|label21">Shortcu_t Keys (1. press the desired shortcut key to jump to its binding)</property> > <property name="use_underline">True</property> > <property name="mnemonic_widget">shortcuts</property> > </object> >@@ -203,8 +203,8 @@ > <property name="spacing">6</property> > <property name="layout_style">start</property> > <child> >- <object class="GtkButton" id="change"> >- <property name="label" translatable="yes" context="accelconfigpage|change">_Modify</property> >+ <object class="GtkButton" id="load"> >+ <property name="label" translatable="yes" context="accelconfigpage|load">_Load...</property> > <property name="visible">True</property> > <property name="can_focus">True</property> > <property name="receives_default">True</property> >@@ -217,12 +217,12 @@ > </packing> > </child> > <child> >- <object class="GtkButton" id="delete"> >- <property name="label">gtk-delete</property> >+ <object class="GtkButton" id="save"> >+ <property name="label" translatable="yes" context="accelconfigpage|save">_Save...</property> > <property name="visible">True</property> > <property name="can_focus">True</property> > <property name="receives_default">True</property> >- <property name="use_stock">True</property> >+ <property name="use_underline">True</property> > </object> > <packing> > <property name="expand">False</property> >@@ -231,23 +231,23 @@ > </packing> > </child> > <child> >- <object class="GtkButton" id="load"> >- <property name="label" translatable="yes" context="accelconfigpage|load">_Load...</property> >+ <object class="GtkButton" id="reset"> >+ <property name="label">gtk-revert-to-saved</property> > <property name="visible">True</property> > <property name="can_focus">True</property> > <property name="receives_default">True</property> > <property name="use_underline">True</property> >+ <property name="use_stock">True</property> > </object> > <packing> > <property name="expand">False</property> > <property name="fill">True</property> > <property name="position">2</property> >- <property name="secondary">True</property> > </packing> > </child> > <child> >- <object class="GtkButton" id="save"> >- <property name="label" translatable="yes" context="accelconfigpage|save">_Save...</property> >+ <object class="GtkButton" id="change"> >+ <property name="label" translatable="yes" context="accelconfigpage|change">(3.) _Modify</property> > <property name="visible">True</property> > <property name="can_focus">True</property> > <property name="receives_default">True</property> >@@ -261,12 +261,11 @@ > </packing> > </child> > <child> >- <object class="GtkButton" id="reset"> >- <property name="label">gtk-revert-to-saved</property> >+ <object class="GtkButton" id="delete"> >+ <property name="label">gtk-delete</property> > <property name="visible">True</property> > <property name="can_focus">True</property> > <property name="receives_default">True</property> >- <property name="use_underline">True</property> > <property name="use_stock">True</property> > </object> > <packing> >@@ -322,7 +321,7 @@ > <property name="visible">True</property> > <property name="can_focus">True</property> > <property name="margin_bottom">5</property> >- <property name="placeholder_text" translatable="yes" context="accelconfigpage|searchEntry">Type to search</property> >+ <property name="placeholder_text" translatable="yes" context="accelconfigpage|searchEntry">Type to filter</property> > </object> > <packing> > <property name="expand">False</property> >@@ -356,7 +355,7 @@ > <object class="GtkLabel" id="label24"> > <property name="visible">True</property> > <property name="can_focus">False</property> >- <property name="label" translatable="yes" context="accelconfigpage|label24">_Function</property> >+ <property name="label" translatable="yes" context="accelconfigpage|label24">_Function (2. select)</property> > <property name="use_underline">True</property> > <property name="mnemonic_widget">function</property> > <property name="xalign">0</property> >@@ -518,7 +517,7 @@ > <object class="GtkLabel" id="label22"> > <property name="visible">True</property> > <property name="can_focus">False</property> >- <property name="label" translatable="yes" context="accelconfigpage|label22">F_unctions</property> >+ <property name="label" translatable="yes" context="accelconfigpage|label22">F_unctions (type to filter below list, clear to reveal all)</property> > <property name="use_underline">True</property> > <property name="mnemonic_widget">searchEntry</property> > </object>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 121939
:
147320
|
147321
|
155895
| 155896