Skip to content

Commit 0c0bc81

Browse files
ChsudeeptaChsudeepta
authored andcommitted
Changed the subtitle
1 parent a56ca36 commit 0c0bc81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base/uk.ac.stfc.isis.ibex.ui.configserver/src/uk/ac/stfc/isis/ibex/ui/configserver/commands/helpers/EditConfigHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected void openDialog(EditableConfiguration config, boolean isCurrent, boole
6060
final String configName = getConfigDisplayName(config, isCurrent);
6161
String subTitle = "Editing the " + configName + " configuration";
6262
if (!(null == config.getGlobalmacros()) && !config.getGlobalmacros().isEmpty()) {
63-
subTitle += "\n\nNote: There also are global macros defined. See the Global Macros tab.\nThey over-ride IOC level macro";
63+
subTitle += "\nNote: There also are global macros defined. See the Global Macros tab.\nThey over-ride IOC level macro";
6464
}
6565

6666
EditConfigDialog dialog = new EditConfigDialog(shell, title, subTitle, config, false, configurationViewModels,

base/uk.ac.stfc.isis.ibex.ui.configserver/src/uk/ac/stfc/isis/ibex/ui/configserver/commands/helpers/ViewConfigHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected void openDialog(EditableConfiguration config, boolean isCurrent,
6161
final String configName = getConfigDisplayName(config, isCurrent);
6262
String subTitle = "Viewing the " + configName + " configuration";
6363
if (Optional.ofNullable(config.getGlobalmacros()).map(l -> l.isEmpty()).orElse(true)) {
64-
subTitle += "\n\nNote: There also are global macros defined. See the Global Macros tab.\nThey over-ride IOC level macro";
64+
subTitle += "\nNote: There also are global macros defined. See the Global Macros tab.\nThey over-ride IOC level macro";
6565
}
6666
config.setIsComponent(false);
6767

0 commit comments

Comments
 (0)