Remove shortcuts from composer tooltips
These are rendundant now that the shortcut overlay exists.
This commit is contained in:
parent
08dc98aade
commit
808f040a2f
2 changed files with 19 additions and 22 deletions
|
|
@ -5,6 +5,7 @@
|
|||
<template class="ComposerHeaderbar" parent="GtkHeaderBar">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="show_close_button">True</property>
|
||||
<child>
|
||||
<object class="GtkBox" id="detach_start">
|
||||
<property name="visible">True</property>
|
||||
|
|
@ -15,7 +16,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="focus_on_click">False</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="tooltip_text" translatable="yes">Detach (Ctrl+D)</property>
|
||||
<property name="tooltip_text" translatable="yes">Detach the composer from the window</property>
|
||||
<property name="margin_end">6</property>
|
||||
<property name="action_name">cmh.detach</property>
|
||||
<property name="relief">none</property>
|
||||
|
|
@ -55,7 +56,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="focus_on_click">False</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="tooltip_text" translatable="yes">Attach File (Ctrl+T)</property>
|
||||
<property name="tooltip_text" translatable="yes">Attach a file</property>
|
||||
<property name="action_name">cmh.add-attachment</property>
|
||||
<property name="always_show_image">True</property>
|
||||
<child>
|
||||
|
|
@ -80,7 +81,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="focus_on_click">False</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="tooltip_text" translatable="yes">Attach File (Ctrl+T)</property>
|
||||
<property name="tooltip_text" translatable="yes">Attach a file</property>
|
||||
<property name="action_name">cmh.add-attachment</property>
|
||||
<property name="always_show_image">True</property>
|
||||
<child>
|
||||
|
|
@ -104,7 +105,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="focus_on_click">False</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="tooltip_text" translatable="yes">Include Original Attachments</property>
|
||||
<property name="tooltip_text" translatable="yes">Add original attachments</property>
|
||||
<property name="action_name">cmh.add-original-attachments</property>
|
||||
<property name="always_show_image">True</property>
|
||||
<child>
|
||||
|
|
@ -172,7 +173,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="focus_on_click">False</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="tooltip_text" translatable="yes">Detach (Ctrl+D)</property>
|
||||
<property name="tooltip_text" translatable="yes">Detach the composer from the window</property>
|
||||
<property name="margin_start">6</property>
|
||||
<property name="action_name">cmh.detach</property>
|
||||
<property name="relief">none</property>
|
||||
|
|
@ -205,7 +206,6 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="focus_on_click">False</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="tooltip_text" translatable="yes">Send (Ctrl+Enter)</property>
|
||||
<property name="action_name">cmh.send</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="always_show_image">True</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue