Change actions naming scheme

Use _ instead of capital letters in words for actions names. This will make some other stuff much easier.
This commit is contained in:
Rafał Dzięgiel
2021-04-22 14:29:40 +02:00
parent c9b2f25192
commit 084f78a851
3 changed files with 10 additions and 10 deletions

View File

@@ -4,11 +4,11 @@
<section>
<item>
<attribute name="label" translatable="yes">Open Local...</attribute>
<attribute name="action">app.openLocal</attribute>
<attribute name="action">app.open_local</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Open URI...</attribute>
<attribute name="action">app.openUri</attribute>
<attribute name="action">app.open_uri</attribute>
</item>
</section>
<section>