Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 14, 2021
1 parent 2e015d5 commit 76b89ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/qgsprojectproperties.cpp
Expand Up @@ -2639,11 +2639,11 @@ void QgsProjectProperties::onGenerateTsFileButton() const
QMessageBox::information( nullptr, tr( "General TS file generated" ), tr( "TS file generated with source language %1.\n"
"- open it with Qt Linguist\n"
"- translate strings\n"
"- save the TS file with the suffix of the target language (eg. _de.ts)\n"
"- release to get the QM file including the suffix (eg. aproject_de.qm)\n"
"- open the original QGIS file (eg aproject.qgs)\n"
"- save the TS file with the suffix of the target language (e.g. _de.ts)\n"
"- release to get the QM file including the suffix (e.g. aproject_de.qm)\n"
"- open the original QGIS file (e.g. aproject.qgs)\n"
"- if your QGIS is set to use a specific language and the QM file for that language is found, the translated QGIS project will be generated on the fly.\n"
"- you will be redirected to this new project (eg. aproject_de.qgs)." ).arg( l ) ) ;
"- you will be redirected to this new project (e.g. aproject_de.qgs)." ).arg( l ) ) ;
}

void QgsProjectProperties::customizeBearingFormat()
Expand Down

0 comments on commit 76b89ff

Please sign in to comment.