Skip to content

Commit caa8842

Browse files
committedAug 7, 2018
spelling
1 parent 442c732 commit caa8842

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎python/core/auto_generated/qgsproject.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ home path will be automatically determined from the project's file path.
13691369

13701370
void registerTranslatableContainers( QgsTranslationContext *translationContext, QgsAttributeEditorContainer *parent, const QString &layerId );
13711371
%Docstring
1372-
Registers the translatable containers into the tranlation context
1372+
Registers the translatable containers into the translation context
13731373
this is a rekursive function to get all the child containers
13741374

13751375
:param translationContext: where the objects will be registered
@@ -1380,7 +1380,7 @@ this is a rekursive function to get all the child containers
13801380

13811381
void registerTranslatableObjects( QgsTranslationContext *translationContext );
13821382
%Docstring
1383-
Registers the translatable objects into the tranlation context
1383+
Registers the translatable objects into the translation context
13841384
so there can be created a ts file these values
13851385

13861386
:param translationContext: where the objects will be registered

‎src/core/qgsproject.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
12991299
void setPresetHomePath( const QString &path );
13001300

13011301
/**
1302-
* Registers the translatable containers into the tranlation context
1302+
* Registers the translatable containers into the translation context
13031303
* this is a rekursive function to get all the child containers
13041304
*
13051305
* \param translationContext where the objects will be registered
@@ -1309,7 +1309,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
13091309
void registerTranslatableContainers( QgsTranslationContext *translationContext, QgsAttributeEditorContainer *parent, const QString &layerId );
13101310

13111311
/**
1312-
* Registers the translatable objects into the tranlation context
1312+
* Registers the translatable objects into the translation context
13131313
* so there can be created a ts file these values
13141314
*
13151315
* \param translationContext where the objects will be registered

0 commit comments

Comments
 (0)
Please sign in to comment.