diff options
Diffstat (limited to 'src/burn')
-rw-r--r-- | src/burn/engine/engine.cpp | 2 | ||||
-rw-r--r-- | src/burn/engine/engine.mc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/burn/engine/engine.cpp b/src/burn/engine/engine.cpp index 619ff0d1..d7ef40d7 100644 --- a/src/burn/engine/engine.cpp +++ b/src/burn/engine/engine.cpp | |||
@@ -782,7 +782,7 @@ LExit: | |||
782 | { | 782 | { |
783 | // If the BA requested a reload but we do not have a secondary EXE, | 783 | // If the BA requested a reload but we do not have a secondary EXE, |
784 | // then log a message and do not reload. | 784 | // then log a message and do not reload. |
785 | LogId(REPORT_STANDARD, MSG_BA_NO_SECONDARY_BOOSTRAPPER_SO_RELOAD_NOT_SUPPORTED); | 785 | LogId(REPORT_STANDARD, MSG_BA_NO_SECONDARY_BOOTSTRAPPER_SO_RELOAD_NOT_SUPPORTED); |
786 | *pfReloadApp = FALSE; | 786 | *pfReloadApp = FALSE; |
787 | } | 787 | } |
788 | 788 | ||
diff --git a/src/burn/engine/engine.mc b/src/burn/engine/engine.mc index 916b6d8b..c7a07385 100644 --- a/src/burn/engine/engine.mc +++ b/src/burn/engine/engine.mc | |||
@@ -255,7 +255,7 @@ Bootstrapper application already requested to quit, ignoring request: '%1!hs!'. | |||
255 | 255 | ||
256 | MessageId=59 | 256 | MessageId=59 |
257 | Severity=Warning | 257 | Severity=Warning |
258 | SymbolicName=MSG_BA_NO_SECONDARY_BOOSTRAPPER_SO_RELOAD_NOT_SUPPORTED | 258 | SymbolicName=MSG_BA_NO_SECONDARY_BOOTSTRAPPER_SO_RELOAD_NOT_SUPPORTED |
259 | Language=English | 259 | Language=English |
260 | Bootstrapper application requested reload but there is no secondary bootstrapper application, ignoring the request to reload. | 260 | Bootstrapper application requested reload but there is no secondary bootstrapper application, ignoring the request to reload. |
261 | . | 261 | . |