From 148435b70a1ab15d7128a4ea61d22dea8ee5b1c9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 10 Feb 2010 21:15:44 +0000 Subject: batch remove .'s used with RNA_def_struct_ui_text --- source/blender/editors/interface/interface_ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/interface/interface_ops.c') diff --git a/source/blender/editors/interface/interface_ops.c b/source/blender/editors/interface/interface_ops.c index 268f6d6e648..0f9c5ace423 100644 --- a/source/blender/editors/interface/interface_ops.c +++ b/source/blender/editors/interface/interface_ops.c @@ -227,7 +227,7 @@ void UI_OT_copy_data_path_button(wmOperatorType *ot) /* identifiers */ ot->name= "Copy Data Path"; ot->idname= "UI_OT_copy_data_path_button"; - ot->description= "Copy the RNA data path for this property to the clipboard."; + ot->description= "Copy the RNA data path for this property to the clipboard"; /* callbacks */ ot->exec= copy_data_path_button_exec; @@ -367,7 +367,7 @@ void UI_OT_copy_to_selected_button(wmOperatorType *ot) /* identifiers */ ot->name= "Copy To Selected"; ot->idname= "UI_OT_copy_to_selected_button"; - ot->description= "Copy property from this object to selected objects or bones."; + ot->description= "Copy property from this object to selected objects or bones"; /* callbacks */ ot->poll= copy_to_selected_button_poll; -- cgit v1.2.3