diff options
Diffstat (limited to 'src/gtk')
-rwxr-xr-x | src/gtk/preferences_window.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtk/preferences_window.ui b/src/gtk/preferences_window.ui index 58296bb..cda3534 100755 --- a/src/gtk/preferences_window.ui +++ b/src/gtk/preferences_window.ui @@ -150,13 +150,13 @@ <child> <object class="AdwExpanderRow" id="pomodoro_expander"> <property name="title" translatable="yes">_Pomodoro</property> - <property name="subtitle" translatable="yes">Timer counts down instead of up.</property> + <property name="subtitle" translatable="yes">Timer counts down instead of up</property> <property name="show_enable_switch">True</property> <property name="use_underline">True</property> <child> <object class="AdwActionRow"> <property name="title" translatable="yes">Interval</property> - <property name="subtitle" translatable="yes">Timer start time in minutes</property> + <property name="subtitle" translatable="yes">Start time in minutes</property> <property name="use_underline">True</property> <child> <object class="GtkSpinButton" id="pomodoro_spin"> |