Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Gloszic2006-02-09 20:26:58 +0000
committerDejan Gloszic2006-02-09 20:26:58 +0000
commite877ee29900c030a9fbf3fae3ed44cd3f6d31226 (patch)
tree2d32462a3c9afd7b0a93164f57366aa8e884404b /org.eclipse.help.ui
parent0d186317483e08735b4495749b530f02ddf38807 (diff)
downloadeclipse.platform.ua-e877ee29900c030a9fbf3fae3ed44cd3f6d31226.tar.gz
eclipse.platform.ua-e877ee29900c030a9fbf3fae3ed44cd3f6d31226.tar.xz
eclipse.platform.ua-e877ee29900c030a9fbf3fae3ed44cd3f6d31226.zip
120898[Help] Show All Topics confirmation dialog problems
Diffstat (limited to 'org.eclipse.help.ui')
-rw-r--r--org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.properties8
1 files changed, 3 insertions, 5 deletions
diff --git a/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.properties b/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.properties
index 34da9bdf1..93e7408bf 100644
--- a/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.properties
+++ b/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/Messages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2005 IBM Corporation and others.
+# Copyright (c) 2000, 2006 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -191,10 +191,8 @@ BookmarksPart_savedTopics=Saved Topics
BookmarksPart_delete=&Delete
BookmarksPart_deleteAll = D&elete All
AskShowAll_dialogTitle= Confirm
-AskShowAll_message=This action will reveal all topics in the table of contents.\n\n\
-When you choose to show all topics in the table of contents, the headings for documentation about any disabled capabilities are also shown in the table of contents and search results. This documentation may refer to user interface elements that are not visible. To manually enable capabilities, use the "Capabilities" preference page.\n\n\
-Proceed?
-AskShowAll_toggleMessage=Do not ask me again
+AskShowAll_message=While showing all topics, documentation about disabled capabilities is also shown in the table of contents and search results. Some documents may refer to user interface elements that are not visible. To manually enable capabilities, use the "General -> Capabilities" preference page.
+AskShowAll_toggleMessage=Do not warn me again
DefaultHelpUI_wtitle = Help
DefaultHelpUI_noPerspMessage =This operation requires at least one open perspective.

Back to the top