mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
ui: Mark a few strings translatable
- About - Action - Behavior - Hover - Fine-Tune - Position - Style
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user