mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: modify some words to simplify translation
Some sentenses are only slightly different which is unnecessary. Making them the same can save a translation and also keep consistency. Change-Id: Ie59c0bf788a31ee0c6a0d792af7b3d532fe34f75 (cherry picked from commit eb69195569518e3be61e5a8887ea317fbe3e7302)
This commit is contained in:
parent
1c6c8ff696
commit
867a5c982c
5 changed files with 6 additions and 6 deletions
|
@ -4234,7 +4234,7 @@ void Plater::priv::export_gcode(fs::path output_path, bool output_path_on_remova
|
|||
return;
|
||||
|
||||
if (background_process.is_export_scheduled()) {
|
||||
GUI::show_error(q, _L("Another export job is currently running."));
|
||||
GUI::show_error(q, _L("Another export job is running."));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue