summaryrefslogtreecommitdiff
path: root/src/widgets/goal_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/goal_widget.h')
-rw-r--r--src/widgets/goal_widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/goal_widget.h b/src/widgets/goal_widget.h
index bacdcc55c..20422b1cd 100644
--- a/src/widgets/goal_widget.h
+++ b/src/widgets/goal_widget.h
@@ -22,7 +22,7 @@ enum GoalListWidgets {
/** Widgets of the #GoalQuestionWindow class. */
enum GoalQuestionWidgets {
WID_GQ_QUESTION, ///< Question text.
- WID_GQ_BUTTONS, ///< Buttons selection (between 2 or 3).
+ WID_GQ_BUTTONS, ///< Buttons selection (between 1, 2 or 3).
WID_GQ_BUTTON_1, ///< First button.
WID_GQ_BUTTON_2, ///< Second button.
WID_GQ_BUTTON_3, ///< Third button.