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:
authorMatt Ebb <matt@mke3.net>2010-07-22 02:57:48 +0400
committerMatt Ebb <matt@mke3.net>2010-07-22 02:57:48 +0400
commit188d1384fe79782354c969571a7a196f01b36716 (patch)
tree89a85ac79aac9e82a9a31861468d205945914b9d /source/blender/editors/object/object_select.c
parent7925de141502b2d94bead44f422a9c55531267a9 (diff)
Fix de/select all operator naming for consistency
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 8e3d613e02e..7eedefc358b 100644
--- a/source/blender/editors/object/object_select.c
+++ b/source/blender/editors/object/object_select.c
@@ -760,7 +760,7 @@ void OBJECT_OT_select_all(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "deselect all";
+ ot->name= "Select or Deselect All";
ot->description = "Change selection of all visible objects in scene";
ot->idname= "OBJECT_OT_select_all";