diff options
| author | Dean Roberts | 2011-09-19 15:28:03 +0000 |
|---|---|---|
| committer | Remy Suen | 2011-09-19 15:28:42 +0000 |
| commit | 3846e90e292d1216b8193688c6a4f320e3ddb272 (patch) | |
| tree | a153354fa0daec6e9adc2f536844b31c0c926c69 | |
| parent | 720443b7a2a9df6faa75f1d90544aaac5195807c (diff) | |
| download | eclipse.platform.ui-3846e90e292d1216b8193688c6a4f320e3ddb272.tar.gz eclipse.platform.ui-3846e90e292d1216b8193688c6a4f320e3ddb272.tar.xz eclipse.platform.ui-3846e90e292d1216b8193688c6a4f320e3ddb272.zip | |
Bug 356634 [Compatibility] Revert button label on PerspectivePreferencev20110919-1528
dialog is incorrect
Backport the changes from bug 339129 to better explain what the
button in the dialog does.
| -rw-r--r-- | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties index df820e7e097..98b6a76a3fb 100644 --- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties +++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. +# Copyright (c) 2000, 2011 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 @@ -200,7 +200,7 @@ ResetPerspective_text = &Reset Perspective... ResetPerspective_toolTip = Reset Perspective ResetPerspective_message = Do you want to reset the current {0} perspective to its defaults? ResetPerspective_title = Reset Perspective -RevertPerspective_note=Reset takes effect the next time the perspective is opened +RevertPerspective_note='Revert' removes the customization from the selected perspective.\nThis only applies to newly opened perspectives. RevertPerspective_title = Reset Perspective RevertPerspective_message = Do you want to reset the current {0} perspective to its saved state? @@ -473,8 +473,8 @@ FastViewBar_hide = &Hide empty fast view bar PerspectivesPreference_MakeDefault = Ma&ke Default PerspectivesPreference_MakeDefaultTip = Make the Current Selection the Default Perspective -PerspectivesPreference_Reset = &Reset -PerspectivesPreference_ResetTip = Reset the Current Selection to its Original Value +PerspectivesPreference_Reset = &Revert +PerspectivesPreference_ResetTip = Reverts the Current Selection to its Original Value PerspectivesPreference_Delete = D&elete PerspectivesPreference_DeleteTip = Delete a User Defined Perspective PerspectivesPreference_available = Available &perspectives: |
