Changed one line in CZ dictionary for the Configuration Substitutions

dialog.
Fixed one bug in the preceding commit.
This commit is contained in:
Vojtech Bubnik 2021-07-07 15:22:42 +02:00
parent f6a6651173
commit 28ef127d3e
3 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ msgstr "%1% tiskárna byla aktivní v době, kdy byly pořízeny kroky Zpět / V
#: src/slic3r/GUI/GUI.cpp:330
msgid "%1% was substituted with %2%"
msgstr "%2% bylo nahrazeno za %1%"
msgstr "%1% bylo nahrazeno hodnotou %2%"
#: src/slic3r/GUI/MainFrame.cpp:1585
msgid "%1% was successfully sliced."

View File

@ -1680,7 +1680,7 @@ void GUI_App::add_config_menu(wxMenuBar *menu)
if (!dlg.snapshot_to_activate().empty()) {
if (! Config::SnapshotDB::singleton().is_on_snapshot(*app_config) &&
! Config::take_config_snapshot_cancel_on_error(*app_config, Config::Snapshot::SNAPSHOT_BEFORE_ROLLBACK, "",
GUI::format(_L("Continue to activate a configuration snapshot %1%?", ex.what()))))
GUI::format(_L("Continue to activate a configuration snapshot %1%?"), dlg.snapshot_to_activate())))
break;
try {
app_config->set("on_snapshot", Config::SnapshotDB::singleton().restore_snapshot(dlg.snapshot_to_activate(), *app_config).id);