ui: Mark a few strings translatable

- About
- Action
- Behavior
- Hover
- Fine-Tune
- Position
- Style
This commit is contained in:
Sabri Ünal
2023-11-24 17:14:23 +03:00
parent e9d8702d50
commit f420d825ec
6 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
<requires lib="gtk" version="4.0"/>
<object class="AdwPreferencesPage" id="about">
<property name="title">About</property>
<property name="title" translatable="yes">About</property>
<property name="icon_name">help-about-symbolic</property>
<!-- group info -->

View File

@@ -3,7 +3,7 @@
<requires lib="gtk" version="4.0"/>
<object class="AdwPreferencesPage" id="action">
<property name="title">Action</property>
<property name="title" translatable="yes">Action</property>
<property name="icon_name">view-pin-symbolic</property>
<!-- group click action -->

View File

@@ -2,7 +2,7 @@
<interface>
<requires lib="gtk" version="4.0"/>
<object class="AdwPreferencesPage" id="behavior">
<property name="title">Behavior</property>
<property name="title" translatable="yes">Behavior</property>
<property name="icon_name">preferences-system-symbolic</property>
<!-- group applications -->
@@ -87,7 +87,7 @@
<!-- group hover -->
<child>
<object class="AdwPreferencesGroup" id="behavior_group_hover">
<property name="title">Hover</property>
<property name="title" translatable="yes">Hover</property>
<child>
<object class="AdwActionRow">

View File

@@ -38,7 +38,7 @@
</object>
<object class="AdwPreferencesPage" id="finetune">
<property name="title">Fine-Tune</property>
<property name="title" translatable="yes">Fine-Tune</property>
<property name="icon_name">preferences-other-symbolic</property>
<!-- group font -->

View File

@@ -16,7 +16,7 @@
</object>
<object class="AdwPreferencesPage" id="position">
<property name="title">Position</property>
<property name="title" translatable="yes">Position</property>
<property name="icon_name">find-location-symbolic</property>
<!-- group panel -->

View File

@@ -35,7 +35,7 @@
</object>
<object class="AdwPreferencesPage" id="style">
<property name="title">Style</property>
<property name="title" translatable="yes">Style</property>
<property name="icon_name">applications-graphics-symbolic</property>
<!-- group app icon style -->