mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-21 12:02:17 -07:00
Typo fix (#5871)
* Fixed typo "Internel error" * Revert french translation
This commit is contained in:
parent
1376556b0a
commit
c7f0fc86a7
20 changed files with 168 additions and 168 deletions
|
|
@ -284,7 +284,7 @@ bool SimplyPrint::do_temp_upload(const boost::filesystem::path& file_path,
|
|||
{
|
||||
if (file_path.empty() == chunk_id.empty()) {
|
||||
BOOST_LOG_TRIVIAL(error) << "SimplyPrint: Invalid arguments: both file_path and chunk_id are set or not provided";
|
||||
error_fn(_L("Internel error"));
|
||||
error_fn(_L("Internal error"));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue