Skip to content

Commit aa363e7

Browse files
committed
fix spelled QGIS not Qgis
1 parent 1e72a69 commit aa363e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/composer/qgscomposer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ void QgsComposer::on_mActionExportAsSVG_triggered()
767767
m->setCheckBoxState( Qt::Unchecked );
768768
m->setCheckBoxVisible( true );
769769
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 "
771771
"problems due to bugs and deficiencies in the " )
772772
+ tr( "Qt4 svg code. In particular, there are problems "
773773
"with layers not being clipped to the map "

src/providers/delimitedtext/qgsdelimitedtextprovider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ bool QgsDelimitedTextProvider::nextFeature( QgsFeature& feature )
591591
mShowInvalidLines = false;
592592
QgsMessageOutput* output = QgsMessageOutput::createMessageOutput();
593593
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 "
595595
"unable to determine values for the x and y coordinates:\n" ),
596596
QgsMessageOutput::MessageText );
597597

0 commit comments

Comments
 (0)