Windows: Fix app description text

remotes/origin/anmolgautam
David Rosca 8 years ago
parent 00dfe3ac14
commit 822449a955
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8
  1. 2
      src/lib/app/mainapplication.cpp
  2. 2
      windows/strings.nsh

@ -1167,7 +1167,7 @@ void MainApplication::initPulseSupport()
RegisterQAppAssociation* MainApplication::associationManager()
{
if (!m_registerQAppAssociation) {
QString desc = tr("Falkon is a new, fast and secure open-source WWW browser. Falkon is licensed under GPL version 3 or (at your option) any later version. It is based on QtWebEngine and Qt Framework.");
QString desc = tr("Falkon is a new and very fast Qt web browser. Falkon is licensed under GPL version 3 or (at your option) any later version. It is based on QtWebEngine and Qt Framework.");
QString fileIconPath = QApplication::applicationFilePath() + ",1";
QString appIconPath = QApplication::applicationFilePath() + ",0";
m_registerQAppAssociation = new RegisterQAppAssociation("Falkon", QApplication::applicationFilePath(), appIconPath, desc, this);

@ -1,5 +1,5 @@
;;;;English
!define PRODUCT_DESC "Falkon is a new, fast and secure open-source WWW browser. Falkon is licensed under GPL version 3 or (at your option) any later version. It is based on WebKit core and Qt Framework."
!define PRODUCT_DESC "Falkon is a new and very fast Qt web browser. Falkon is licensed under GPL version 3 or (at your option) any later version. It is based on QtWebEngine and Qt Framework."
!define TITLE_SecMain "Main Components"
!define TITLE_SecTranslations "Translations"

Loading…
Cancel
Save