From 23e4530dd9a806a8f5b8edba55f009c43679bfb5 Mon Sep 17 00:00:00 2001 From: William Floyd <william.png2000@gmail.com> Date: Fri, 1 Apr 2022 16:16:49 -0500 Subject: fix: Correct typo: miniutes -> minutes --- src/gtk/preferences_window.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gtk') diff --git a/src/gtk/preferences_window.ui b/src/gtk/preferences_window.ui index 58d3a70..a0bb6fb 100755 --- a/src/gtk/preferences_window.ui +++ b/src/gtk/preferences_window.ui @@ -36,7 +36,7 @@ <child> <object class="AdwActionRow"> <property name="title" translatable="yes">_Minutes to idle</property> - <property name="subtitle" translatable="yes">Number of miniutes before the user is considered idle</property> + <property name="subtitle" translatable="yes">Number of minutes before the user is considered idle</property> <property name="use_underline">True</property> <child> <object class="GtkSpinButton" id="notify_of_idle_spin"> -- cgit 1.4.1