Skip to content

Commit

Permalink
more to translate ref #11859
Browse files Browse the repository at this point in the history
Signed-off-by: m-kro <m.barthauer@t-online.de>
  • Loading branch information
m-kro committed May 22, 2024
1 parent 1f5962b commit fee2c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netload/NLBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ NLBuilder::build() {
if (myOptions.isSet("load-state")) {
myNet.setCurrentTimeStep(string2time(myOptions.getString("begin")));
const std::string& f = myOptions.getString("load-state");
long before = PROGRESS_BEGIN_TIME_MESSAGE("Loading state from '" + f + "'");
long before = PROGRESS_BEGIN_TIME_MESSAGE(TLF("Loading state from '%'", f));
MSStateHandler h(f, string2time(myOptions.getString("load-state.offset")));
XMLSubSys::runParser(h, f);
if (MsgHandler::getErrorInstance()->wasInformed()) {
Expand Down

0 comments on commit fee2c79

Please sign in to comment.