Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/messages.properties')
-rw-r--r--org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/messages.properties b/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/messages.properties
index 3de7224c..b494cb5d 100644
--- a/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/messages.properties
+++ b/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/messages.properties
@@ -183,7 +183,7 @@ RemoveRealAndDoublePrecisionLoopCountersRefactoring_PleaseSelectACountedDoLoop=P
RemoveRealAndDoublePrecisionLoopCountersRefactoring_PleaseSelectADoLoop=Please select a DO loop.
RemoveUnreferencedLabelsRefactoring_Name=Remove Unreferenced Labels
RemoveUnreferencedLabelsRefactoring_ThereMustBeAtLeastOneLabeledStatement=To perform this refactoring, there MUST be at least one labeled statement.
-RemoveUnusedVariablesRefactoring_CouldNotCompleteOperation=Sorry, could not complete the operation.
+RemoveUnusedVariablesRefactoring_CouldNotCompleteOperation=The operation could not be completed.
RemoveUnusedVariablesRefactoring_DoesNotRemovedUnusedVarsWithDefsOnAnotherLine=This refactoring does not remove unused variables when their dimentions are specified on another line. I.e. real a /n/n dimention a(10) will not be removed.
RemoveUnusedVariablesRefactoring_Name=Remove Unused Local Variables
RemoveUnusedVariablesRefactoring_RefactorAgainToRemoveAllUnusedVars=After clicking 'Continue', do the same refactoring again to make sure that all unused variables are removed from file {0}!

Back to the top