mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Apply suggestions from code review
This commit is contained in:
parent
2e015d5f4c
commit
76b89ff394
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user