Add missing "translatable" attributes to .ui files

This commit is contained in:
Yevhen Popok
2025-03-09 22:01:51 +02:00
parent 48d38a2bdc
commit 14fa5a7470
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@
</child>
<child>
<object class="AdwActionRow">
<property name="subtitle">(respects Gnome "Do Not Disturb" and requires show notification counter badge option)</property>
<property name="subtitle" translatable="yes">(respects Gnome "Do Not Disturb" and requires show notification counter badge option)</property>
<property name="title" translatable="yes">Reveal and hold the panel on notification</property>
<child>
<object class="GtkSwitch" id="intellihide_show_on_notification_switch">

View File

@@ -151,7 +151,7 @@
</child>
<child>
<object class="AdwPreferencesGroup" id="action_appicons_group">
<property name="title">Application icons context menu</property>
<property name="title" translatable="yes">Application icons context menu</property>
<child>
<object class="AdwActionRow">
<property name="subtitle" translatable="yes">(right-click menu)</property>