diff options
author | Vika <vika@fireburn.ru> | 2025-01-03 14:52:47 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-01-03 15:00:03 +0300 |
commit | 4d50adcfb29e7ee3fb66769e82f5beaf65db2532 (patch) | |
tree | 85d78d690b346245430703a96443e7703ff48f6e /src/gtk/preferences_dialog.ui | |
parent | 8478475d9353aa895c216005cd1b731d8e657d53 (diff) | |
download | Furtherance-4d50adcfb29e7ee3fb66769e82f5beaf65db2532.tar.zst |
Other desktops require C dependencies I don't want to bring in, so let's leave it at that. Pretty much all of the code was kanged from the new Iced rewrite.
Diffstat (limited to 'src/gtk/preferences_dialog.ui')
-rw-r--r-- | src/gtk/preferences_dialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk/preferences_dialog.ui b/src/gtk/preferences_dialog.ui index 2971d88..8def8cb 100644 --- a/src/gtk/preferences_dialog.ui +++ b/src/gtk/preferences_dialog.ui @@ -24,7 +24,7 @@ <child> <object class="AdwExpanderRow" id="notify_of_idle_expander"> <property name="title" translatable="yes">_Notify of Idle</property> - <property name="subtitle" translatable="yes">(GNOME Only)</property> + <property name="subtitle" translatable="yes">(Wayland only)</property> <property name="show_enable_switch">True</property> <property name="use_underline">True</property> <child> |