File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -767,7 +767,7 @@ void QgsComposer::on_mActionExportAsSVG_triggered()
767
767
m->setCheckBoxState ( Qt::Unchecked );
768
768
m->setCheckBoxVisible ( true );
769
769
m->setCheckBoxQSettingsLabel ( settingsLabel );
770
- m->setMessageAsHtml ( tr ( " <p>The SVG export function in Qgis has several "
770
+ m->setMessageAsHtml ( tr ( " <p>The SVG export function in QGIS has several "
771
771
" problems due to bugs and deficiencies in the " )
772
772
+ tr ( " Qt4 svg code. In particular, there are problems "
773
773
" with layers not being clipped to the map "
Original file line number Diff line number Diff line change @@ -591,7 +591,7 @@ bool QgsDelimitedTextProvider::nextFeature( QgsFeature& feature )
591
591
mShowInvalidLines = false ;
592
592
QgsMessageOutput* output = QgsMessageOutput::createMessageOutput ();
593
593
output->setTitle ( tr ( " Error" ) );
594
- output->setMessage ( tr ( " Note: the following lines were not loaded because Qgis was "
594
+ output->setMessage ( tr ( " Note: the following lines were not loaded because QGIS was "
595
595
" unable to determine values for the x and y coordinates:\n " ),
596
596
QgsMessageOutput::MessageText );
597
597
You can’t perform that action at this time.
0 commit comments