Skip to content

Commit

Permalink
Remove translatable attribute from "%s" strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Jul 28, 2023
1 parent 604d876 commit 118b89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gramps/gui/displaystate.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ def display(self, obj):
<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>
Expand Down

0 comments on commit 118b89e

Please sign in to comment.