Cleanup: overly polite/rude messages

This commit is contained in:
Campbell Barton 2018-09-04 18:44:05 +10:00
parent 3cb936295f
commit 3140304940
6 changed files with 6 additions and 6 deletions

@ -82,7 +82,7 @@ class EditExternally(Operator):
import traceback
traceback.print_exc()
self.report({'ERROR'},
"Image editor could not be launched, please ensure that "
"Image editor could not be launched, ensure that "
"the path in User Preferences > File is valid, and Blender has rights to launch it")
return {'CANCELLED'}

@ -907,7 +907,7 @@ class TEXTURE_PT_colors_ramp(TextureButtonsPanel, TextureColorsPoll, Panel):
layout.template_color_ramp(tex, "color_ramp", expand=True)
else:
layout.alignment = 'RIGHT'
layout.label(text="Please enable the Color Ramp first")
layout.label(text="Enable the Color Ramp first")
class TEXTURE_PT_custom_props(TextureButtonsPanel, PropertyPanel, Panel):

@ -1376,7 +1376,7 @@ class USERPREF_PT_addons(Panel):
row = box.row()
row.label(text="Multiple add-ons with the same name found!")
row.label(icon='ERROR')
box.label(text="Please delete one of each pair:")
box.label(text="Delete one of each pair to resolve:")
for (addon_name, addon_file, addon_path) in addon_utils.error_duplicates:
box.separator()
sub_col = box.column(align=True)

@ -842,7 +842,7 @@ int DRW_object_wire_theme_get(Object *ob, ViewLayer *view_layer, float **r_color
return theme_id;
}
/* XXX This is utter shit, better find something more general */
/* XXX This is very stupid, better find something more general. */
float *DRW_color_background_blend_get(int theme_id)
{
static float colors[11][4];

@ -1,6 +1,6 @@
#include "testing/testing.h"
// Keep first since utildefines defines AT which conflicts with fucking STL
// Keep first since utildefines defines AT which conflicts with STL
#include "intern/abc_util.h"
#include "intern/abc_exporter.h"

@ -1,6 +1,6 @@
#include "testing/testing.h"
// Keep first since utildefines defines AT which conflicts with fucking STL
// Keep first since utildefines defines AT which conflicts with STL
#include "intern/abc_util.h"
extern "C" {