Skip to content
Snippets Groups Projects
Commit dbaaca08 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

Ctrl+T -> Alt+T to change subject. Fixes #4432

parent bd8ae59a
No related branches found
No related tags found
No related merge requests found
......@@ -714,7 +714,7 @@
<widget class="GtkButton" id="change_subject_button">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Change the room's subject (Ctrl+T)</property>
<property name="tooltip" translatable="yes">Change the room's subject (Alt+T)</property>
<property name="relief">GTK_RELIEF_NONE</property>
<property name="response_id">0</property>
<child>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment