Remove translatable attribute from "%s" strings
This commit is contained in:
parent
604d87698f
commit
118b89e247
@ -386,8 +386,8 @@ TOOL_UI = ''' <child>
|
||||
<object class="GtkToolButton">
|
||||
<property name="icon-name">%s</property>
|
||||
<property name="action-name">%s</property>
|
||||
<property name="tooltip_text" translatable="yes">%s</property>
|
||||
<property name="label" translatable="yes">%s</property>
|
||||
<property name="tooltip_text">%s</property>
|
||||
<property name="label">%s</property>
|
||||
<property name="use-underline">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
Loading…
Reference in New Issue
Block a user