diff options
Diffstat (limited to 'rcm-client.ui')
-rw-r--r-- | rcm-client.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rcm-client.ui b/rcm-client.ui index 4edd537..5619159 100644 --- a/rcm-client.ui +++ b/rcm-client.ui @@ -213,7 +213,7 @@ a keytable</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes"><b><big>Edit Kernel Keymap</big></b> -Edit the in-kernel protocol/scancode +Edit/view the in-kernel protocol/scancode to keycode mappings</property> <property name="use_markup">True</property> </object> @@ -318,8 +318,8 @@ Based on protocol and scancode</property> <object class="GtkEntry" id="advanced_transmit_scancode"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="max_length">10</property> - <property name="text" translatable="yes">0x1FE0FF0</property> + <property name="max_length">18</property> + <property name="placeholder_text" translatable="yes">e.g. 0x1FE003CE</property> <property name="input_hints">GTK_INPUT_HINT_UPPERCASE_CHARS | GTK_INPUT_HINT_NONE</property> </object> <packing> |