diff options
author | William Floyd <william.png2000@gmail.com> | 2022-04-01 16:16:49 -0500 |
---|---|---|
committer | William Floyd <william.png2000@gmail.com> | 2022-04-01 16:16:49 -0500 |
commit | 23e4530dd9a806a8f5b8edba55f009c43679bfb5 (patch) | |
tree | 5b07beb961b590e3c0fc5a4d7715a1c6555c544c /src/gtk | |
parent | 1ff89ffbee64f59c89e59d38074d52d7a73e0448 (diff) | |
download | Furtherance-23e4530dd9a806a8f5b8edba55f009c43679bfb5.tar.zst |
fix: Correct typo: miniutes -> minutes
Diffstat (limited to 'src/gtk')
-rwxr-xr-x | src/gtk/preferences_window.ui | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |