Changeset 202ca90d03 in tspsg for src


Ignore:
Timestamp:
Jan 8, 2014, 10:52:04 PM (10 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master
Children:
b9167cec6d
Parents:
f0097d1bf3
git-author:
Oleksii Serdiuk <contacts@…> (01/08/14 22:52:04)
git-committer:
Oleksii Serdiuk <contacts@…> (04/18/16 19:18:47)
Message:

Add Transifex config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.cpp

    rf0097d1bf3 r202ca90d03  
    747747    about += QString("%1: <b>%2</b><br>").arg(tr("Algorithm"), TSPSolver::CTSPSolver::getVersionId());
    748748    about += "<br>";
     749    about += QString("<a href=\"https://www.transifex.com/projects/p/tspsg/\">%1</a><br>")
     750            .arg(tr("Tanslate %1 into your language").arg(QCoreApplication::applicationName()));
     751    about += "<br>";
    749752    about += tr("This program is free software: you can redistribute it and/or modify<br>\n"
    750753        "it under the terms of the GNU General Public License as published by<br>\n"
Note: See TracChangeset for help on using the changeset viewer.