summaryrefslogtreecommitdiff
path: root/settings-dialogs
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2021-03-18 18:00:03 +0100
committerOlivier Fourdan <fourdan@xfce.org>2021-03-18 18:06:48 +0100
commite327716e441825c9ec500fac5d0cdf4f67653572 (patch)
tree5da0c2453bc06d306521853d7484d8aec60acd67 /settings-dialogs
parent5e845378be02b76d5a0892481e792d054f41c9f8 (diff)
downloadxfwm4-e327716e441825c9ec500fac5d0cdf4f67653572.tar.gz
settings: Fix untranslatable string
The new option "Cycle through minimized windows in most recently used order" wasn't marked as translatable. As result, translators had no way to translate it in transiflex. Signed-off-by: Olivier Fourdan <fourdan@xfce.org> Fixes: 841fcf27ea - Add `cycle_minimized` option Closes: https://gitlab.xfce.org/xfce/xfwm4/-/issues/527
Diffstat (limited to 'settings-dialogs')
-rw-r--r--settings-dialogs/xfwm4-tweaks-dialog.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings-dialogs/xfwm4-tweaks-dialog.glade b/settings-dialogs/xfwm4-tweaks-dialog.glade
index 9fe527dec..d415b241f 100644
--- a/settings-dialogs/xfwm4-tweaks-dialog.glade
+++ b/settings-dialogs/xfwm4-tweaks-dialog.glade
@@ -139,7 +139,7 @@ or "skip taskbar" properties set</property>
</child>
<child>
<object class="GtkCheckButton" id="cycle_minimized_check">
- <property name="label" translatable="no">Cycle _through minimized windows in most recently used order</property>
+ <property name="label" translatable="yes">Cycle _through minimized windows in most recently used order</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>