mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Localization, new POT
This commit is contained in:
parent
a9f6e6da9d
commit
5be9d42519
5 changed files with 476 additions and 456 deletions
|
@ -794,7 +794,7 @@ bool GUI_App::on_init_inner()
|
|||
#ifndef __linux__
|
||||
wxYield();
|
||||
#endif
|
||||
scrn->SetText(_L("Loading configuration..."));
|
||||
scrn->SetText(_L("Loading configuration")+ dots);
|
||||
}
|
||||
|
||||
preset_bundle = new PresetBundle();
|
||||
|
@ -852,7 +852,7 @@ bool GUI_App::on_init_inner()
|
|||
|
||||
// application frame
|
||||
if (scrn && is_editor())
|
||||
scrn->SetText(_L("Preparing settings tabs..."));
|
||||
scrn->SetText(_L("Preparing settings tabs") + dots);
|
||||
|
||||
mainframe = new MainFrame();
|
||||
// hide settings tabs after first Layout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue