Update help text for move/label shortcuts in manual/help overlay.

Make it describe the result of the action, not the UI effect.
This commit is contained in:
Michael James Gratton 2016-10-04 09:54:06 +11:00
parent 87be2285ce
commit e6c6e7c013
2 changed files with 7 additions and 7 deletions

View file

@ -56,12 +56,12 @@
<td><p> <keyseq><key>Ctrl</key><key>U</key></keyseq> or <keyseq><key>Shift</key><key>U</key></keyseq> </p></td>
</tr>
<tr>
<td><p>Open the Label Conversation menu</p></td>
<td><p><key>L</key></p></td>
<td><p>Move the conversation</p></td>
<td><p><key>M</key></p></td>
</tr>
<tr>
<td><p>Open the Move Conversation menu</p></td>
<td><p><key>M</key></p></td>
<td><p>Label the conversation</p></td>
<td><p><key>L</key></p></td>
</tr>
<tr>
<td><p>Move focus to the next/previous pane</p></td>

View file

@ -145,14 +145,14 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property context="shortcut window" name="title" translatable="yes">Open Move Conversation menu</property>
<property context="shortcut window" name="title" translatable="yes">Move the conversation</property>
<property name="accelerator">M</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property context="shortcut window" name="title" translatable="yes">Open Label Conversation menu</property>
<property context="shortcut window" name="title" translatable="yes">Label the conversation</property>
<property name="accelerator">L</property>
</object>
</child>
@ -339,4 +339,4 @@
</object>
</child>
</object>
</interface>
</interface>