diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py index e1c2cfbf3c640af357b9e6d5a8c76dbde5935cde..8030e63b54c923c970b0613f8f896efd261ccbe6 100644 --- a/io_import_images_as_planes.py +++ b/io_import_images_as_planes.py @@ -750,7 +750,7 @@ class IMPORT_IMAGE_OT_to_plane(Operator, AddObjectHelper): # Properties - Image use_transparency: BoolProperty( name="Use Alpha", default=True, - description="Use alphachannel for transparency") + description="Use alpha channel for transparency") t = bpy.types.Image.bl_rna.properties["alpha_mode"] alpha_mode_items = tuple((e.identifier, e.name, e.description) for e in t.enum_items) diff --git a/ui_translate/edit_translation.py b/ui_translate/edit_translation.py index 8fdf676a81967122a0f1cdbd8d538dafbf4f4fc0..1aeee13af7990051c1b6b3c0ccc9892c15858943 100644 --- a/ui_translate/edit_translation.py +++ b/ui_translate/edit_translation.py @@ -47,8 +47,8 @@ def _get_messages(lang, fname): class UI_OT_i18n_edittranslation_update_mo(Operator): - """Try to "compile" given po file into relevant blender.mo file - (WARNING: it will replace the official mo file in your user dir!)""" + """Try to "compile" given po file into relevant blender.mo file""" + """(WARNING: it will replace the official mo file in your user dir!)""" bl_idname = "ui.i18n_edittranslation_update_mo" bl_label = "Edit Translation Update Mo" diff --git a/ui_translate/update_svn.py b/ui_translate/update_svn.py index 43d9de8e8ef25ba26d6739657dc4ae47695242cb..a3228bac0e48959019437c286b171160fa84e887 100644 --- a/ui_translate/update_svn.py +++ b/ui_translate/update_svn.py @@ -201,10 +201,8 @@ class UI_OT_i18n_updatetranslation_svn_trunk(Operator): class UI_OT_i18n_updatetranslation_svn_statistics(Operator): - """Create or extend a 'i18n_info.txt' Text datablock - - It will contain statistics and checks about current branches and/or trunk. - """ + """Create or extend a 'i18n_info.txt' Text datablock""" + """(it will contain statistics and checks about current branches and/or trunk)""" bl_idname = "ui.i18n_updatetranslation_svn_statistics" bl_label = "Update I18n Statistics"