batch remove .'s used with RNA_def_struct_ui_text

This commit is contained in:
2010-02-10 21:15:44 +00:00
parent 577bfb4e71
commit 148435b70a
134 changed files with 3022 additions and 3022 deletions

View File

@@ -103,7 +103,7 @@ void SOUND_OT_open(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Open Sound";
ot->description= "Load a sound file.";
ot->description= "Load a sound file";
ot->idname= "SOUND_OT_open";
/* api callbacks */
@@ -154,7 +154,7 @@ void SOUND_OT_pack(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Pack Sound";
ot->description= "Pack the sound into the current blend file.";
ot->description= "Pack the sound into the current blend file";
ot->idname= "SOUND_OT_pack";
/* api callbacks */
@@ -270,7 +270,7 @@ void SOUND_OT_unpack(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Unpack Sound";
ot->description= "Unpack the sound to the samples filename.";
ot->description= "Unpack the sound to the samples filename";
ot->idname= "SOUND_OT_unpack";
/* api callbacks */