Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-12-14 21:20:31 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-12-14 21:24:05 +0300
commit6f6c26bdb48a6e6d4e350ca6e1a5f0c6347635a7 (patch)
tree8d4d2d244926528f58518c32c254aa6e9f2db24e /source/blender/editors/gpencil/gpencil_data.c
parent1fbd74296df79fff2b4fd3234ea20b0ade51b0f9 (diff)
Usual i18n fixes, and cleanup: fix 'randomise' -> 'randomize' spelling in code.
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_data.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_data.c b/source/blender/editors/gpencil/gpencil_data.c
index 4f03a53e736..f70ffaee7b2 100644
--- a/source/blender/editors/gpencil/gpencil_data.c
+++ b/source/blender/editors/gpencil/gpencil_data.c
@@ -510,7 +510,7 @@ void GPENCIL_OT_unlock_all(wmOperatorType *ot)
/* identifiers */
ot->name = "Unlock All Layers";
ot->idname = "GPENCIL_OT_unlock_all";
- ot->description = "unlock all Grease Pencil layers so that they can be edited";
+ ot->description = "Unlock all Grease Pencil layers so that they can be edited";
/* callbacks */
ot->exec = gp_unlock_all_exec;