Changeset 03df0acb95 in tspsg for src


Ignore:
Timestamp:
Apr 15, 2011, 9:59:16 PM (13 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
3487003f06
Parents:
fec08a47e5
git-author:
Oleksii Serdiuk <contacts@…> (04/15/11 21:59:16)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:59)
Message:

Updated all translations and translation template file...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.cpp

    rfec08a47e5 r03df0acb95  
    548548    about += QString("&nbsp;&nbsp;&nbsp;&nbsp;%1: <b>%2</b><br>").arg(tr("Build time"), QT_VERSION_STR);
    549549    about += QString("&nbsp;&nbsp;&nbsp;&nbsp;%1: <b>%2</b><br>").arg(tr("Runtime"), qVersion());
    550     about.append(QString("%1: <b>%2x%3</b><br>").arg("Logical DPI").arg(logicalDpiX()).arg(logicalDpiY()));
     550    about.append(QString("%1: <b>%2x%3</b><br>").arg(tr("Logical screen DPI")).arg(logicalDpiX()).arg(logicalDpiY()));
    551551    about += tr("Buid <b>%1</b>, built on <b>%2</b> at <b>%3</b> with <b>%4</b> compiler.").arg(BUILD_NUMBER).arg(__DATE__).arg(__TIME__).arg(COMPILER) + "<br>";
    552552    about += QString("%1: <b>%2</b><br>").arg(tr("Algorithm"), CTSPSolver::getVersionId());
Note: See TracChangeset for help on using the changeset viewer.