Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Davis2012-04-17 18:00:33 +0000
committerMatthew Davis2012-04-17 18:00:33 +0000
commitceb78158b556744d81ca9900d0d9376e098e8b02 (patch)
tree3883fcd15c3acab4e282844a033973d411d5da54
parent8d53bfeee5a760251324dcd96ee94a78e4f02bed (diff)
downloadorg.eclipse.stem-ceb78158b556744d81ca9900d0d9376e098e8b02.tar.gz
org.eclipse.stem-ceb78158b556744d81ca9900d0d9376e098e8b02.tar.xz
org.eclipse.stem-ceb78158b556744d81ca9900d0d9376e098e8b02.zip
merging back logger changes from 1_3_0 branch into trunk
git-svn-id: http://dev.eclipse.org/svnroot/technology/org.eclipse.stem/trunk@3031 92a21009-5b66-0410-b83a-dc787c41c6e9
-rw-r--r--core/org.eclipse.stem.loggers/plugin.properties2
-rw-r--r--core/org.eclipse.stem.loggers/src/org/eclipse/stem/loggers/common/Constants.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/org.eclipse.stem.loggers/plugin.properties b/core/org.eclipse.stem.loggers/plugin.properties
index 2e2920b28..7bbcaa6b4 100644
--- a/core/org.eclipse.stem.loggers/plugin.properties
+++ b/core/org.eclipse.stem.loggers/plugin.properties
@@ -103,7 +103,7 @@ _UI_LoggableProperty_property_feature = Property
_UI_DecoratorPropertyLogger_type = Decorator Property Logger
_UI_DecoratorPropertyLogger_properties_feature = Properties
_UI_SynchronousDecoratorPropertyLogger_type = Synchronous Decorator Property Logger
-_UI_SynchronousDecoratorPropertyLogger_properties_feature = Properties
+_UI_SynchronousDecoratorPropertyLogger_properties_feature = Compartments
_UI_SimulationLogger_stepMod_feature = Step Mod
_UI_IdentifierProperty_type = Identifier Property
_UI_IdentifierProperty_identifier_feature = Identifier
diff --git a/core/org.eclipse.stem.loggers/src/org/eclipse/stem/loggers/common/Constants.java b/core/org.eclipse.stem.loggers/src/org/eclipse/stem/loggers/common/Constants.java
index 420de908c..a9e970c22 100644
--- a/core/org.eclipse.stem.loggers/src/org/eclipse/stem/loggers/common/Constants.java
+++ b/core/org.eclipse.stem.loggers/src/org/eclipse/stem/loggers/common/Constants.java
@@ -23,7 +23,7 @@ public interface Constants
public static final String SYSTEM_PATH_SEPARATOR = File.separator;
public static final String SCENARIOS_URL_PREFIX = "platform:/resource/";
public static final String BUILD_IN_SCENARIOS_PROJECT_FOLDER = "BuiltInScenarios";
- public static final String RECORDED_SIMULATIONS_FOLDER = "RecordedSimulations";
+ public static final String RECORDED_SIMULATIONS_FOLDER = "Recorded Simulations";
public static final String EMPTY_STRING = "";
public static final String[] EXCLUDED_DECORATOR_DEFAULTS = new String[] {
"org.eclipse.stem.diseasemodels.standard.AggregatingSIDiseaseModel"};

Back to the top