Skip to content

Commit

Permalink
translation string updates (incl. better translatable date time widget
Browse files Browse the repository at this point in the history
help)
  • Loading branch information
jef-n committed Jan 4, 2018
1 parent 227dc9c commit e271b64
Show file tree
Hide file tree
Showing 6 changed files with 352 additions and 13 deletions.
2 changes: 1 addition & 1 deletion python/core/metadata/qgslayermetadata.sip
Expand Up @@ -155,7 +155,7 @@ City or locality name.

QString administrativeArea;
%Docstring
Administrative area (state, provice/territory, etc.).
Administrative area (state, province/territory, etc.).
%End

QString postalCode;
Expand Down
2 changes: 1 addition & 1 deletion resources/qgis-resource-metadata.xsd
Expand Up @@ -303,7 +303,7 @@
</xs:element>
<xs:element name="administrativearea" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Administrative area (state, provice/territory, etc.).</xs:documentation>
<xs:documentation>Administrative area (state, province/territory, etc.).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="postalcode" type="xs:string" minOccurs="0">
Expand Down
2 changes: 1 addition & 1 deletion src/core/metadata/qgslayermetadata.h
Expand Up @@ -196,7 +196,7 @@ class CORE_EXPORT QgsLayerMetadata
QString city;

/**
* Administrative area (state, provice/territory, etc.).
* Administrative area (state, province/territory, etc.).
*/
QString administrativeArea;

Expand Down

0 comments on commit e271b64

Please sign in to comment.