Correct the shortcut documentation for committing

The shortcuts dialog said that "Return" was bound to the Commit action,
but the code is actually bound to Ctrl+Return.
This commit is contained in:
Jean-François Fortin Tam 2023-12-07 17:38:05 -05:00 committed by Alberto Fanjul
parent 992722b53f
commit d768b107ae

View file

@ -160,7 +160,7 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">true</property>
<property name="accelerator">Return</property>
<property name="accelerator">&lt;Ctrl&gt;Return</property>
<property name="title" translatable="yes" context="shortcut window">Commit</property>
</object>
</child>