plural2.diff

Redmine Admin, 2006-12-31 07:54 AM

Download (588 Bytes)

View differences:

src/gui/qgsmaptoolidentify.cpp (working copy)
311 311
    else
312 312
    {
313 313
      QString title = layer->name();
314
      title += QString(" - %1").arg(featureCount);
315
      title += QObject::tr(" features found");
314
      title += QString( tr("- %1 features found","Identify results window title",featureCount) ).arg(featureCount);
316 315
      mResults->setTitle(title);    
317 316
    }
318 317
    QApplication::restoreOverrideCursor();