diff options
author | fiaxh <git@lightrise.org> | 2020-04-05 16:19:56 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2020-04-05 16:19:56 +0200 |
commit | d091a6c3cd0812873bcdef53c51a2f60e12f2b8a (patch) | |
tree | d350880657a77e04a777a4d6072b5951c7cd58c0 /main/data | |
parent | 8f7595418890cc2dac62dc4903405c49e61176d2 (diff) | |
download | dino-d091a6c3cd0812873bcdef53c51a2f60e12f2b8a.tar.gz dino-d091a6c3cd0812873bcdef53c51a2f60e12f2b8a.zip |
Add keyboard shortcut (up key) to activate last message correction
Diffstat (limited to 'main/data')
-rw-r--r-- | main/data/message_item_widget_edit_mode.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/data/message_item_widget_edit_mode.ui b/main/data/message_item_widget_edit_mode.ui index 8a4faca2..b33d8aa3 100644 --- a/main/data/message_item_widget_edit_mode.ui +++ b/main/data/message_item_widget_edit_mode.ui @@ -51,13 +51,13 @@ <property name="visible">True</property> <child> <object class="GtkButton" id="cancel_button"> - <property name="label">Cancel</property> + <property name="label" translatable="yes">Cancel</property> <property name="visible">True</property> </object> </child> <child> <object class="GtkButton" id="send_button"> - <property name="label">Update message</property> + <property name="label" translatable="yes">Update message</property> <property name="visible">True</property> <style> <class name="suggested-action"/> |