batch remove .'s used with RNA_def_struct_ui_text
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user