clapper-gtk: extra-menu-button: Use "Show Subtitles" text

As pointed in #410, the word "Enabled" and a checkmark next to it is a bad UX.
Change this text to "Show Subtitles" instead.
This commit is contained in:
Rafał Dzięgiel
2024-04-12 20:25:44 +02:00
parent 87f51c6755
commit 1606a165e4

View File

@@ -25,7 +25,7 @@
<attribute name="label" translatable="yes">Subtitles</attribute> <attribute name="label" translatable="yes">Subtitles</attribute>
<section> <section>
<item> <item>
<attribute name="label" translatable="yes">Enabled</attribute> <attribute name="label" translatable="yes">Show Subtitles</attribute>
<attribute name="action">clappergtk.subtitle-stream-enabled</attribute> <attribute name="action">clappergtk.subtitle-stream-enabled</attribute>
</item> </item>
<item> <item>