This commit is contained in:
signedav 2018-08-02 10:39:04 +02:00
parent 442c7323f7
commit caa88429d8
2 changed files with 4 additions and 4 deletions

View File

@ -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
@ -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

View File

@ -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
@ -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