mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
Fix typos and grammar (#6638)
* fix lots of typos, grammar etc. * merge conflict * merge conflict * merge conflict * merge conflict * revert gettext comments --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
53a3e86de3
commit
1afc1372bc
44 changed files with 468 additions and 471 deletions
|
@ -535,7 +535,7 @@ void MediaFilePanel::doAction(size_t index, int action)
|
|||
if (fs->GetFileType() == PrinterFileSystem::F_MODEL) {
|
||||
if (index != -1) {
|
||||
auto dlg = new MediaProgressDialog(_L("Print"), this, [fs] { fs->FetchModelCancel(); });
|
||||
dlg->Update(0, _L("Fetching model infomations ..."));
|
||||
dlg->Update(0, _L("Fetching model information..."));
|
||||
fs->FetchModel(index, [this, fs, dlg, index](int result, std::string const &data) {
|
||||
dlg->Destroy();
|
||||
if (result == PrinterFileSystem::ERROR_CANCEL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue