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/infowidget.cc')
-rw-r--r--src/client/infowidget.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/infowidget.cc b/src/client/infowidget.cc
index 393734c..ed118a8 100644
--- a/src/client/infowidget.cc
+++ b/src/client/infowidget.cc
@@ -47,11 +47,11 @@ void DevInfoWidget::draw()
std::ostringstream textstream;
const core::Entity *target = targets::current();
- textstream << "^Ncore ^B";
+ textstream << "^Nuptime ^B";
time_to_stream(textstream, core::application()->time());
textstream << '\n';
if (core::game()) {
- textstream << "^Ntime ^B";
+ textstream << "^Ntime ^B";
time_to_stream(textstream, core::game()->time());
}
textstream << '\n';