From fe0027a8f591f90e626473e04a8a81aec1a8e0a8 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Thu, 8 Sep 2016 12:36:16 +0900 Subject: [PATCH] Fix typo --- modules/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base.js b/modules/base.js index cd07ebc1..65a1576a 100644 --- a/modules/base.js +++ b/modules/base.js @@ -327,7 +327,7 @@ var TreeStyleTabBase = inherit(TreeStyleTabConstants, { utils.treeBundle.getString('openGroupBookmarkBehavior.text'), (Services.prompt.BUTTON_TITLE_IS_STRING * Services.prompt.BUTTON_POS_0) | (Services.prompt.BUTTON_TITLE_IS_STRING * Services.prompt.BUTTON_POS_1) | - (Services.prompt.BUTTON_TITLE_CACNEL * Services.prompt.BUTTON_POS_2), + (Services.prompt.BUTTON_TITLE_CANCEL * Services.prompt.BUTTON_POS_2), utils.treeBundle.getString('openGroupBookmarkBehavior.subTree'), utils.treeBundle.getString('openGroupBookmarkBehavior.separate'), '',