* Fixed typo "Internel error"

* Revert french translation
This commit is contained in:
Thomas 2024-06-26 14:37:08 +02:00 committed by GitHub
parent 1376556b0a
commit c7f0fc86a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 168 additions and 168 deletions

View file

@ -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;
}