diff options
author | Andre Weinand | 2005-04-14 11:04:17 +0000 |
---|---|---|
committer | Andre Weinand | 2005-04-14 11:04:17 +0000 |
commit | 5b3202cb6de595fbaa6aa637bc9bb8626569b690 (patch) | |
tree | d44461fb331f119b240dc5b0041c3b2878b94781 /bundles/org.eclipse.compare/plugins | |
parent | 8466f6eae3fff15158ece99e7eb5ffe073fe673a (diff) | |
download | eclipse.platform.team-5b3202cb6de595fbaa6aa637bc9bb8626569b690.tar.gz eclipse.platform.team-5b3202cb6de595fbaa6aa637bc9bb8626569b690.tar.xz eclipse.platform.team-5b3202cb6de595fbaa6aa637bc9bb8626569b690.zip |
removed unused NLS strings
Diffstat (limited to 'bundles/org.eclipse.compare/plugins')
2 files changed, 2 insertions, 12 deletions
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/CompareWithPatchAction.java b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/CompareWithPatchAction.java index 4e465fd58..7ecc122da 100644 --- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/CompareWithPatchAction.java +++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/CompareWithPatchAction.java @@ -87,10 +87,10 @@ public class CompareWithPatchAction extends BaseCompareAction { } return true; } catch (InvocationTargetException e) { - ExceptionHandler.handle(e, shell, PatchMessages.getString("PatchAction.ExceptionTitle"), PatchMessages.getString("Exception")); //$NON-NLS-1$ //$NON-NLS-2$ + ExceptionHandler.handle(e, shell, PatchMessages.getString("PatchAction.ExceptionTitle"), PatchMessages.getString("PatchAction.Exception")); //$NON-NLS-1$ //$NON-NLS-2$ return false; } catch (CoreException e) { - ExceptionHandler.handle(e, shell, PatchMessages.getString("PatchAction.ExceptionTitle"), PatchMessages.getString("Exception")); //$NON-NLS-1$ //$NON-NLS-2$ + ExceptionHandler.handle(e, shell, PatchMessages.getString("PatchAction.ExceptionTitle"), PatchMessages.getString("PatchAction.Exception")); //$NON-NLS-1$ //$NON-NLS-2$ return false; } catch (InterruptedException e) { Assert.isTrue(false); // Can't happen. Operation isn't cancelable. diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchMessages.properties b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchMessages.properties index 59eae48b8..141682925 100644 --- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchMessages.properties +++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchMessages.properties @@ -33,7 +33,6 @@ InputPatchPage.message= Define the resource to patch and the patch to apply InputPatchPage.Clipboard=Clipboard InputPatchPage.SelectInput=Select a single file or folder to patch: InputPatchPage.PatchErrorDialog.title=Patch Error -InputPatchPage.PatchErrorDialog=Patch Error InputPatchPage.SelectPatch.title=Select Patch InputPatchPage.FileButton.text=Fil&e InputPatchPage.ChooseFileButton.text=&Browse... @@ -78,14 +77,5 @@ PreviewPatchPage.GuessFuzzProgress.format= {0} (hunk #{1}) # # Patcher # -Patcher.ErrorDialog.title=title -Patcher.DeleteError.message=Error while deleting resource -Patcher.UpdateError.message=Error while updating resource -Patcher.RefreshError.message=Error while refreshing from local Patcher.Marker.message=Rejected patch Patcher.Task.message=Patching - -# -# PatchCompareInput -# -PatchCompareInput.RightTitle.format= Patch: {0} |