sysprof: use "Recording" instead of "Capture"

This commit is contained in:
Christian Hergert
2019-05-19 11:09:11 -07:00
parent d38ecc1849
commit e983c9f219

View File

@ -15,14 +15,14 @@
</section>
<section id="win-menu-open">
<item>
<attribute name="label" translatable="yes">Open Capture…</attribute>
<attribute name="label" translatable="yes">Open Recording…</attribute>
<attribute name="action">app.open-capture</attribute>
<attribute name="accel">&lt;primary&gt;o</attribute>
</item>
</section>
<section id="win-menu-save">
<item>
<attribute name="label" translatable="yes">Save Capture…</attribute>
<attribute name="label" translatable="yes">Save Recording…</attribute>
<attribute name="action">win.save-capture</attribute>
<attribute name="accel">&lt;primary&gt;s</attribute>
</item>