diff options
author | Kess Vargavind <vargavind@gmail.com> | 2009-08-30 21:37:32 +0200 |
---|---|---|
committer | Kess Vargavind <vargavind@gmail.com> | 2009-08-30 21:37:32 +0200 |
commit | 099b6a11bf54b64ebbbcac7e8f485e573198195c (patch) | |
tree | e7993283f1aabe636ec8ed113e2183d45dbc0597 /src/gui/debugwindow.cpp | |
parent | 01a35a4b243c288a3c5f74abbfc73204c9e45f54 (diff) | |
download | mana-099b6a11bf54b64ebbbcac7e8f485e573198195c.tar.gz mana-099b6a11bf54b64ebbbcac7e8f485e573198195c.tar.bz2 mana-099b6a11bf54b64ebbbcac7e8f485e573198195c.tar.xz mana-099b6a11bf54b64ebbbcac7e8f485e573198195c.zip |
Keeping two similar gettext strings identical
Diffstat (limited to 'src/gui/debugwindow.cpp')
-rw-r--r-- | src/gui/debugwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/debugwindow.cpp b/src/gui/debugwindow.cpp index 5eefe9e2..d3618102 100644 --- a/src/gui/debugwindow.cpp +++ b/src/gui/debugwindow.cpp @@ -51,7 +51,7 @@ DebugWindow::DebugWindow(): mMapLabel = new Label(strprintf(_("Map: %s"), "")); mMinimapLabel = new Label(strprintf(_("Minimap: %s"), "")); mTileMouseLabel = new Label(strprintf(_("Tile: (%d, %d)"), 0, 0)); - mParticleCountLabel = new Label(strprintf(_("Particle count: _____"))); + mParticleCountLabel = new Label(strprintf(_("Particle count: %d"), 88888)); place(0, 0, mFPSLabel, 3); place(3, 0, mTileMouseLabel); |