Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
DelazJ authored and m-kuhn committed Jun 6, 2016
1 parent 4c2567c commit c7631f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/server/qgsconfigcache.cpp
Expand Up @@ -67,9 +67,9 @@ QgsServerProjectParser* QgsConfigCache::serverConfiguration( const QString& file
{
QgsMessageLog::logMessage(
QString(
"\n========================================================================="
"\n= WARNING: This project file was saved by an different version of QGIS. ="
"\n========================================================================="
"\n========================================================================"
"\n= WARNING: This project file was saved by a different version of QGIS. ="
"\n========================================================================"
), "Server", QgsMessageLog::WARNING
);
}
Expand Down

0 comments on commit c7631f6

Please sign in to comment.