diff options
Diffstat (limited to 'src/statusbar_gui.h')
-rw-r--r-- | src/statusbar_gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbar_gui.h b/src/statusbar_gui.h index 7852c7803..b55a88c83 100644 --- a/src/statusbar_gui.h +++ b/src/statusbar_gui.h @@ -16,7 +16,7 @@ enum StatusBarInvalidate { SBI_SAVELOAD_START, ///< started saving SBI_SAVELOAD_FINISH, ///< finished saving - SBI_SHOW_TICKER, ///< start scolling news + SBI_SHOW_TICKER, ///< start scrolling news SBI_SHOW_REMINDER, ///< show a reminder (dot on the right side of the statusbar) SBI_NEWS_DELETED, ///< abort current news display (active news were deleted) SBI_END |