Skip to content

Commit

Permalink
about: Make string translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacx committed Jan 25, 2024
1 parent fc29c46 commit cda6aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<object class="GtkLabel" id="label_translation">
<property name="hexpand">True</property>
<property name="halign">center</property>
<property name="label">Translation</property>
<property name="label" translatable="yes">Translations</property>
<property name="css-classes">heading</property>
</object>
</child>
Expand Down Expand Up @@ -268,7 +268,7 @@
</child>
<child>
<object class="GtkLabel" id="label_legal">
<property name="label">Label</property>
<property name="label" translatable="yes">Legal</property>
<property name="hexpand">True</property>
<property name="halign">center</property>
<property name="css-classes">heading</property>
Expand Down

0 comments on commit cda6aab

Please sign in to comment.