From 02abb636a35b2f3dfcb430a87219f5d15cf35a77 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sat, 17 Mar 2012 19:14:08 +0000 Subject: 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. --- source/blender/editors/space_sequencer/sequencer_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_sequencer/sequencer_select.c') diff --git a/source/blender/editors/space_sequencer/sequencer_select.c b/source/blender/editors/space_sequencer/sequencer_select.c index 32c7be99e94..32ccccd84d0 100644 --- a/source/blender/editors/space_sequencer/sequencer_select.c +++ b/source/blender/editors/space_sequencer/sequencer_select.c @@ -259,7 +259,7 @@ static int sequencer_de_select_all_exec(bContext *C, wmOperator *op) void SEQUENCER_OT_select_all(struct wmOperatorType *ot) { /* identifiers */ - ot->name= "Select or Deselect All"; + ot->name= "(De)select All"; ot->idname= "SEQUENCER_OT_select_all"; ot->description="Select or deselect all strips"; -- cgit v1.2.3