Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-03-02 08:43:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-02 08:51:01 +0300
commit520646b421e1f03f8fdd440a3a9524eca8cc68a1 (patch)
tree9d69f1342fb7078741677c3e5c4e097982998c41 /source/blender/python/intern/bpy_app_translations.c
parent3281c3f3ceebfd447f8982168de3f569518bf69c (diff)
cleanup: whitespace
Diffstat (limited to 'source/blender/python/intern/bpy_app_translations.c')
-rw-r--r--source/blender/python/intern/bpy_app_translations.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/python/intern/bpy_app_translations.c b/source/blender/python/intern/bpy_app_translations.c
index 17a2038b7dc..123b111f3cb 100644
--- a/source/blender/python/intern/bpy_app_translations.c
+++ b/source/blender/python/intern/bpy_app_translations.c
@@ -427,11 +427,11 @@ static PyObject *app_translations_contexts_make(void)
/***** Main BlenderAppTranslations Py object definition *****/
PyDoc_STRVAR(app_translations_contexts_doc,
- "A named tuple containing all pre-defined translation contexts.\n"
- "\n"
- ".. warning::\n"
- " Never use a (new) context starting with \"" BLF_I18NCONTEXT_DEFAULT_BPYRNA "\", it would be internally \n"
- " assimilated as the default one!\n"
+"A named tuple containing all pre-defined translation contexts.\n"
+"\n"
+".. warning::\n"
+" Never use a (new) context starting with \"" BLF_I18NCONTEXT_DEFAULT_BPYRNA "\", it would be internally \n"
+" assimilated as the default one!\n"
);
PyDoc_STRVAR(app_translations_contexts_C_to_py_doc,
@@ -447,8 +447,8 @@ static PyMemberDef app_translations_members[] = {
};
PyDoc_STRVAR(app_translations_locale_doc,
- "The actual locale currently in use (will always return a void string when Blender is built without "
- "internationalization support)."
+"The actual locale currently in use (will always return a void string when Blender is built without "
+"internationalization support)."
);
static PyObject *app_translations_locale_get(PyObject *UNUSED(self), void *UNUSED(userdata))
{