Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/video.cc')
-rw-r--r--src/client/video.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/video.cc b/src/client/video.cc
index f00b7f9..7f15eea 100644
--- a/src/client/video.cc
+++ b/src/client/video.cc
@@ -99,7 +99,7 @@ bool init()
draw_keypress->set_info("[bool] draw keypress key names");
draw_clock = core::Cvar::get("draw_clock", "0", core::Cvar::Archive);
- draw_clock->set_info("[int] draw clock (0=Off, 1=24hr, 2=12hr)");
+ draw_clock->set_info("[int] draw clock (0=Off, 1=12hr, 2=24hr)");
draw_ui = core::Cvar::get("draw_ui", "1", core::Cvar::Archive);
draw_ui->set_info("[bool] draw the user interface");