Removed _ from some text

This commit is contained in:
jeffser 2024-05-19 19:41:27 -06:00
parent e550f49a18
commit 51c01a5afa

View File

@ -436,19 +436,19 @@
<menu id="primary_menu">
<section>
<item>
<attribute name="label" translatable="yes">_Clear Chat</attribute>
<attribute name="label" translatable="yes">Clear Chat</attribute>
<attribute name="action">app.clear</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Change Server</attribute>
<attribute name="label" translatable="yes">Change Server</attribute>
<attribute name="action">app.reconnect</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute>
<attribute name="label" translatable="yes">Keyboard Shortcuts</attribute>
<attribute name="action">win.show-help-overlay</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_About Alpaca</attribute>
<attribute name="label" translatable="yes">About Alpaca</attribute>
<attribute name="action">app.about</attribute>
</item>
</section>