diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/infowidget.cc | 4 |
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'; |