Changeset 019894f5ef in tspsg for src/tspmodel.cpp


Ignore:
Timestamp:
Apr 15, 2011, 6:28:48 AM (13 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
f6352492e7
Parents:
27b1dca32b
git-author:
Oleksii Serdiuk <contacts@…> (04/15/11 06:28:48)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:59)
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
  • src/tspmodel.cpp

    r27b1dca32b r019894f5ef  
    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.