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>2012-03-17 23:14:08 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-03-17 23:14:08 +0400
commit02abb636a35b2f3dfcb430a87219f5d15cf35a77 (patch)
treec9b8c8cce86a61a9f4b8befbd54700ee842ef8f1 /source/blender/editors/object/object_select.c
parent37f9d5248646bfecb03efc8531402f974dba1cfc (diff)
UI messages: unification of select/deselect stuff.
Previously we had three versions, Select/Deselect, Select or Deselect, and (De)select, choosen the third (shortest) one for now.
Diffstat (limited to 'source/blender/editors/object/object_select.c')
-rw-r--r--source/blender/editors/object/object_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_select.c b/source/blender/editors/object/object_select.c
index 9e11146db70..66fe2b98968 100644
--- a/source/blender/editors/object/object_select.c
+++ b/source/blender/editors/object/object_select.c
@@ -787,7 +787,7 @@ void OBJECT_OT_select_all(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "Select or Deselect All";
+ ot->name= "(De)select All";
ot->description = "Change selection of all visible objects in scene";
ot->idname= "OBJECT_OT_select_all";