From 2b1247d443c55f64ee98e2bdc2a986b9c68aa0d8 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Sun, 28 Mar 2010 08:09:49 -0400 Subject: [PATCH] Added "Hold the Shift key to expand sub-entries." to the tooltip for the expand all button. --- Locales/devel-enUS.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Locales/devel-enUS.lua b/Locales/devel-enUS.lua index d4dd88b..c4cb558 100644 --- a/Locales/devel-enUS.lua +++ b/Locales/devel-enUS.lua @@ -344,7 +344,7 @@ L["FILTER_OPEN_DESC"] = "Open filter option panel." L["FILTER_CLOSE"] = "<<< Filter" L["FILTER_CLOSE_DESC"] = "Close filter option panel." L["EXPANDALL"] = "+ All" -L["EXPANDALL_DESC"] = "Expand all recipes listed below." +L["EXPANDALL_DESC"] = "Expand all recipes listed below. Hold the Shift key to expand sub-entries." L["CONTRACTALL"] = "- All" L["CONTRACTALL_DESC"] = "Minimize all recipes listed below." L["SEARCH_DESC"] = "Filter to recipes that contain text at left." -- 1.7.9.5