[Marble-commits] KDE/kdeedu/marble/src/lib
Jens-Michael Hoffmann
jensmh at gmx.de
Mon Apr 26 12:28:34 CEST 2010
SVN commit 1118965 by jmhoffmann:
Review fix: make label "Number of tiles:" more verbose ("Number of tiles to download:").
M +1 -1 DownloadRegionDialog.cpp
--- trunk/KDE/kdeedu/marble/src/lib/DownloadRegionDialog.cpp #1118964:1118965
@@ -106,7 +106,7 @@
QLayout * DownloadRegionDialog::Private::createTilesCounter()
{
- QLabel * const description = new QLabel( tr( "Number of tiles:" ));
+ QLabel * const description = new QLabel( tr( "Number of tiles to download:" ));
m_tilesCountLabel = new QLabel;
QHBoxLayout * const layout = new QHBoxLayout;
More information about the Marble-commits
mailing list