Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Running check_spelling.sh
  • Loading branch information
DelazJ authored and nyalldawson committed Jan 29, 2018
1 parent 76e778d commit 4440c09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/spell_check/.agignore
Expand Up @@ -5,7 +5,7 @@ debian/build.*/
debian/build*/
debian/.*/usr/
i18n/
external/astyle
external/*
ms-windows/osgeo4w/
python/ext-libs/
python/plugins/processing/algs/saga/
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsdataitem.cpp
Expand Up @@ -42,7 +42,7 @@
#include "qgsanimatedicon.h"

// use GDAL VSI mechanism
#define CPL_SUPRESS_CPLUSPLUS
#define CPL_SUPRESS_CPLUSPLUS //#spellok
#include "cpl_vsi.h"
#include "cpl_string.h"

Expand Down
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsdatetimeeditconfig.cpp
Expand Up @@ -45,7 +45,7 @@ QgsDateTimeEditConfig::QgsDateTimeEditConfig( QgsVectorLayer *vl, int fieldIdx,
"<tr>"
"<td bgcolor=\"#ffffff\" style=\"vertical-align:top; padding-left:10; padding-right:10; padding-top:3; padding-bottom:3;\">"
"<p><span style=\"font-family:'Open Sans,sans-serif'; font-size:11px; color:#66666e; background-color:#ffffff;\">"
"<a href=\"http://www.iso.org/iso/catalogue_detail?csnumber=40874\">" )
"<a href=\"http://www.iso.org/iso/catalogue_detail?csnumber=40874\">" ) //#spellok
+ tr( "ISO 8601" )
+ QStringLiteral( "</a> " )
+ tr( "extended format: either <code>yyyy-MM-dd</code> for dates or <code>yyyy-MM-ddTHH:mm:ss</code> (e.g. 2017-07-24T15:46:29), or with a time-zone suffix (Z for UTC otherwise an offset as [+|-]HH:mm) where appropriate for combined dates and times." )
Expand Down

0 comments on commit 4440c09

Please sign in to comment.