Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Overbey2012-05-07 20:02:01 +0000
committerJeffrey Overbey2012-05-07 20:02:01 +0000
commit9e7ef71d551a9fed1d2536dbe00fa7d1c97503eb (patch)
tree90b09804e2ae0ba918905b9636fdf8ad182aa565 /org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/messages.properties
parente5de5f81491d3a4c3987d7ed465e0e979a611b7b (diff)
downloadorg.eclipse.photran-9e7ef71d551a9fed1d2536dbe00fa7d1c97503eb.tar.gz
org.eclipse.photran-9e7ef71d551a9fed1d2536dbe00fa7d1c97503eb.tar.xz
org.eclipse.photran-9e7ef71d551a9fed1d2536dbe00fa7d1c97503eb.zip
Bugs 340910, 343903, 340907, 343904, 340914, 340915, 340909
(new refactorings from Gustavo Risetti) Commit for feature freeze - review/testing/string extern/doc pending
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