Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Aug 7, 2018
1 parent 442c732 commit caa8842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/core/auto_generated/qgsproject.sip.in
Expand Up @@ -1369,7 +1369,7 @@ home path will be automatically determined from the project's file path.

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

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

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

:param translationContext: where the objects will be registered
Expand Down
4 changes: 2 additions & 2 deletions src/core/qgsproject.h
Expand Up @@ -1299,7 +1299,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
void setPresetHomePath( const QString &path );

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

/**
* Registers the translatable objects into the tranlation context
* Registers the translatable objects into the translation context
* so there can be created a ts file these values
*
* \param translationContext where the objects will be registered
Expand Down

0 comments on commit caa8842

Please sign in to comment.