window: use translator comment

Fixes #111
This commit is contained in:
Christian Hergert
2024-02-19 10:36:35 -08:00
parent 8186638f4e
commit 5b9f8a3c81

View File

@ -449,7 +449,8 @@
<section> <section>
<attribute name="label" translatable="yes">Flamegraph</attribute> <attribute name="label" translatable="yes">Flamegraph</attribute>
<item> <item>
<attribute name="label" translatable="yes" context="sort largest stack frames to the left">Left Heavy</attribute> <!-- translators: Left Heavy means to sort larger (heavier) stack frames before others, starting from the left -->
<attribute name="label" translatable="yes">Left Heavy</attribute>
<attribute name="action">win.callgraph.left-heavy</attribute> <attribute name="action">win.callgraph.left-heavy</attribute>
</item> </item>
</section> </section>