From 099b6a11bf54b64ebbbcac7e8f485e573198195c Mon Sep 17 00:00:00 2001 From: Kess Vargavind Date: Sun, 30 Aug 2009 21:37:32 +0200 Subject: Keeping two similar gettext strings identical --- src/gui/debugwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/debugwindow.cpp') 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); -- cgit v1.2.3-60-g2f50