diff options
author | Dani Megert | 2002-05-30 12:48:36 +0000 |
---|---|---|
committer | Dani Megert | 2002-05-30 12:48:36 +0000 |
commit | 5953ead38a705e0bbae3c3e0892a743ad8cf9f92 (patch) | |
tree | 8b8347e2fbe84308315842771898195a1b0b30ce | |
parent | b2daacb2ee346983416b6c7114bbbbc5b1e5c5f2 (diff) | |
download | eclipse.platform.text-5953ead38a705e0bbae3c3e0892a743ad8cf9f92.tar.gz eclipse.platform.text-5953ead38a705e0bbae3c3e0892a743ad8cf9f92.tar.xz eclipse.platform.text-5953ead38a705e0bbae3c3e0892a743ad8cf9f92.zip |
Added spaces after '='
-rw-r--r-- | org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties b/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties index 93072edd5..a87811c85 100644 --- a/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties +++ b/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties @@ -156,23 +156,23 @@ SearchPreferencePage.emphasizePotentialMatches= &Emphasize inexact matches SearchPreferencePage.potentialMatchFgColor= &Foreground color for inexact matches:
SearchPreferencePage.reuseEditor= &Reuse editors to show matches
-ReplaceAction.label_all=Replace...
-ReplaceAction.label_selected=Replace Selected...
-ReplaceAction.error.only_on_text_search=Replace is only available on text search.
-ReplaceAction.error.unable_to_perform=Replace operation can\'t be performed.
-ReplaceAction.error.changed_files=The content of the following file(s) has changed. Please redo the search to ensure that all matches are correct.
-ReplaceAction.dialog.title=Replace
-
-ReplaceDialog.replace_label=Replace:
-ReplaceDialog.with_label=With:
-ReplaceDialog.replace_next=Replace/Next
-ReplaceDialog.replace=Replace
-ReplaceDialog.next=Next
-ReplaceDialog.close=Close
-ReplaceDialog.save_changes=Automatically &save changes
-ReplaceDialog.dialog.title=Replace
-ReplaceDialog.error.unexpected_exception=Unexpected during replace opertion.
-ReplaceDialog.error.different_content=File content differs from search result.
-ReplaceDialog.error.reenable_auto_build_failed=Couldn\'t reenable auto building.
-ReplaceDialog.error.auto_building=Couldn\'t disable auto building.
-ReplaceDialog.error.no_matches=Couldn\'t find first match.
+ReplaceAction.label_all= Replace...
+ReplaceAction.label_selected= Replace Selected...
+ReplaceAction.error.only_on_text_search= Replace is only available on text search.
+ReplaceAction.error.unable_to_perform= Replace operation can\'t be performed.
+ReplaceAction.error.changed_files= The content of the following file(s) has changed. Please redo the search to ensure that all matches are correct.
+ReplaceAction.dialog.title= Replace
+
+ReplaceDialog.replace_label= Replace:
+ReplaceDialog.with_label= With:
+ReplaceDialog.replace_next= Replace/Next
+ReplaceDialog.replace= Replace
+ReplaceDialog.next= Next
+ReplaceDialog.close= Close
+ReplaceDialog.save_changes=A utomatically &save changes
+ReplaceDialog.dialog.title= Replace
+ReplaceDialog.error.unexpected_exception= Unexpected during replace opertion.
+ReplaceDialog.error.different_content= File content differs from search result.
+ReplaceDialog.error.reenable_auto_build_failed= Couldn\'t reenable auto building.
+ReplaceDialog.error.auto_building= Couldn\'t disable auto building.
+ReplaceDialog.error.no_matches= Couldn\'t find first match.
|