Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2007-10-25 23:50:47 +0000
committerChris Goldthorpe2007-10-25 23:50:47 +0000
commit59e0b3924773cda89e4a8395fcb9a8c5b39d2c3c (patch)
treed86e357adc02dbdf7d246f3f662b1baf4778baae /org.eclipse.ui.intro
parent044675e0c03e9c44207593830a2ab7213b9a5707 (diff)
downloadeclipse.platform.ua-59e0b3924773cda89e4a8395fcb9a8c5b39d2c3c.tar.gz
eclipse.platform.ua-59e0b3924773cda89e4a8395fcb9a8c5b39d2c3c.tar.xz
eclipse.platform.ua-59e0b3924773cda89e4a8395fcb9a8c5b39d2c3c.zip
Bug 97627 – [Intro] Intro test A.5: Welcome view has a "Return to Welcome" linkv20071026
Diffstat (limited to 'org.eclipse.ui.intro')
-rw-r--r--org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/Messages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/Messages.properties b/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/Messages.properties
index 6d115dd12..820fea7ee 100644
--- a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/Messages.properties
+++ b/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/Messages.properties
@@ -29,7 +29,7 @@ MessageDialog_infoTitle = Intro Information
CustomizableIntroPart_configNotFound = Could not find a valid configuration for \
Intro Part: {0} \nCheck Error Log View for details.
-StandbyPart_returnToIntro = Return to Welcome
+StandbyPart_returnToIntro = Restore Welcome
StandbyPart_returnTo = Return to
StandbyPart_failedToCreate = Failed to create standby content part with id: {0}.\
\nCheck log file for details.
@@ -46,7 +46,7 @@ StaticHTML_welcome = Welcome...
IntroLaunchBar_close_label=Close
IntroLaunchBar_close_tooltip=Close
-IntroLaunchBar_restore_tooltip=Return to Welcome
+IntroLaunchBar_restore_tooltip=Restore Welcome
# Misc
# -------

Back to the top