From 1d1482044b46c98f86c33945a1bd1cf4edc7bb36 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 19 Sep 2011 15:08:06 +0000 Subject: /trunk: Removed final points in UI strings and messages. Plus a few styling enhancements. [[Split portion of a mixed commit.]] --- object_cloud_gen.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'object_cloud_gen.py') diff --git a/object_cloud_gen.py b/object_cloud_gen.py index a6308683..ab8eba9b 100644 --- a/object_cloud_gen.py +++ b/object_cloud_gen.py @@ -329,7 +329,7 @@ class VIEW3D_PT_tools_cloud(bpy.types.Panel): elif WhatToDo == 'NO_SELECTION_DO_NOTHING': col.label(text="Select one or more") col.label(text="objects to generate") - col.label(text="a cloud.") + col.label(text="a cloud") elif WhatToDo == 'CLOUD_DO_NOTHING': col.label(text="Must select") @@ -344,9 +344,9 @@ class VIEW3D_PT_tools_cloud(bpy.types.Panel): else: col.label(text="Select one or more") col.label(text="objects to generate") - col.label(text="a cloud.") + col.label(text="a cloud") + - class GenerateCloud(bpy.types.Operator): bl_idname = "cloud.generate_cloud" bl_label = "Generate Cloud" -- cgit v1.2.3