mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-18 01:42:48 +00:00
Complete Zh_CN translations and a minor locale fix
This commit is contained in:
@@ -6160,7 +6160,7 @@ bool GUI_App::maybe_migrate_user_presets_on_login()
|
||||
wxString source_description;
|
||||
if (source_is_bbl) {
|
||||
source_description = wxString::Format(
|
||||
_L("your Bambu Cloud profile (user ID: \"%s\")"),
|
||||
_L("your Orca Cloud profile (user ID: \"%s\")"),
|
||||
from_u8(source_dir.filename().string()));
|
||||
} else if (source_is_default) {
|
||||
source_description = _L("your default profile");
|
||||
|
||||
Reference in New Issue
Block a user