Changeset 165 in tspsg-svn for trunk/src/tspmodel.cpp


Ignore:
Timestamp:
Apr 15, 2011, 6:28:48 AM (13 years ago)
Author:
laleppa
Message:
  • Made some small corrections to different texts.
  • FIX: Icons in toolbar configuration dialog didn't follow style and one of them wasn't shown.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tspmodel.cpp

    r157 r165  
    404404        QMessageBox::critical(QApplication::activeWindow(), tr("Task Load"), tr("Unable to load task:") + "\n"
    405405            + tr("File version (%1) is newer than this version of %3 supports (%2).\n"
    406                  "Please, try to update the application. Also, the file might be corrupted.")
     406                 "Please, try to update the application. Also, the file could be corrupted.")
    407407                 .arg(version).arg(TSPT_VERSION).arg(QApplication::applicationName()));
    408408        QApplication::restoreOverrideCursor();
Note: See TracChangeset for help on using the changeset viewer.