Skip to content
Snippets Groups Projects
Commit c8931d77 authored by Bastien Montagne's avatar Bastien Montagne
Browse files

Fix/cleanup typos and such in UI messages.

parent 647f78da
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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"
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment