This commit is contained in:
gfgtdf 2024-10-24 23:13:44 +02:00 committed by GitHub
parent 75be3f0c29
commit d4a07b0148
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -407,7 +407,7 @@ void undo_list::redo()
temp.swap(redos_);
synced_context::run(commandname, data, /*use_undo*/ true, /*show*/ true, error_handler);
if(!resources::recorder->at_end()) {
error_handler(_"Unhandled choices while redoing");
error_handler(_("Unhandled choices while redoing"));
resources::recorder->set_to_end();
}
temp.swap(redos_);