Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlparsons2004-03-30 04:04:58 +0000
committerlparsons2004-03-30 04:04:58 +0000
commit577603bdb0dd8a3efa1efbf4297bfa4de228161f (patch)
tree455464956b103fdbb686c23c193b95a3e3ccef4b /org.eclipse.ui.cheatsheets/plugin.properties
parentdff7774a307d123e972da9cbe34093ceb08dce79 (diff)
downloadeclipse.platform.ua-577603bdb0dd8a3efa1efbf4297bfa4de228161f.tar.gz
eclipse.platform.ua-577603bdb0dd8a3efa1efbf4297bfa4de228161f.tar.xz
eclipse.platform.ua-577603bdb0dd8a3efa1efbf4297bfa4de228161f.zip
Bugs 56511 and 56512
Diffstat (limited to 'org.eclipse.ui.cheatsheets/plugin.properties')
-rw-r--r--org.eclipse.ui.cheatsheets/plugin.properties10
1 files changed, 3 insertions, 7 deletions
diff --git a/org.eclipse.ui.cheatsheets/plugin.properties b/org.eclipse.ui.cheatsheets/plugin.properties
index aadc5a755..05ab7a04c 100644
--- a/org.eclipse.ui.cheatsheets/plugin.properties
+++ b/org.eclipse.ui.cheatsheets/plugin.properties
@@ -5,10 +5,10 @@
# ----------------------------------------------------------------------
CHEAT_SHEET_SELECTION_DIALOG_TITLE = Cheat Sheet Selection
-CHEAT_SHEET_SELECTION_DIALOG_MSG = Select the cheat sheet to open
+CHEAT_SHEET_SELECTION_DIALOG_MSG = Select the cheat sheet to open:
-COLLAPSE_ALL_BUT_CURRENT_TOOLTIP = Collapse all items but current
-RESTORE_ALL_TOOLTIP = Expand to previous expansion states
+COLLAPSE_ALL_BUT_CURRENT_TOOLTIP = Collapse All Items But Current
+RESTORE_ALL_TOOLTIP = Expand To Previous Expansion States
CHEAT_SHEET_OTHER_MENU = Other...
@@ -18,10 +18,6 @@ CHEAT_SHEETS = Cheat Sheets
CHEAT_SHEET_CONTENT = Cheat Sheet Content
CHEAT_SHEET_ITEM_EXTENSION = Cheat Sheet Item Extension
-FASTVIEW_ONLY_ERROR = Internal Error
-FASTVIEW_ONLY_ERROR_MESSAGE = Could not instantiate the Cheat Sheets view:\n
-FASTVIEW_DISABLED_FOR_CHEAT_SHEET = Disabled for Cheat Sheets
-
PERFORM_TASK_TOOLTIP = Click to perform
SKIP_TASK_TOOLTIP = Click to skip
COMPLETE_TASK_TOOLTIP = Click to complete

Back to the top