recorder: Fix a button tooltip

This button will save the selected node to a file, not all recorded
frames.
This commit is contained in:
Timm Bäder 2018-01-04 11:08:39 +01:00
parent f94d72c012
commit f55be762e2

View File

@ -44,7 +44,7 @@
<property name="relief">none</property>
<property name="sensitive">0</property>
<property name="icon-name">document-save-as-symbolic</property>
<property name="tooltip-text" translatable="yes">Save recorded frames</property>
<property name="tooltip-text" translatable="yes">Save selected node</property>
<signal name="clicked" handler="render_node_save"/>
</object>
<packing>