mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-21 09:52:11 +00:00
Misc fixes to GUI strings (#14047)
* Degrees symbol don't need localization * The Z when referring to the axis should be uppercase * Fix the spelling of "GitHub" to camelcase * Unify the casing of mouse button shortcuts * Always use G-code with an hyphen * Fix the spelling of "restricted" * More grammar fixes * add missing modifications --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ee9a796f14
commit
4535f19501
@@ -472,7 +472,7 @@ static const FileWildcards file_wildcards_by_type[FT_SIZE] = {
|
||||
/* FT_OBJ */ { L("OBJ files"), { ".obj"sv } },
|
||||
/* FT_AMF */ { L("AMF files"), { ".amf"sv, ".zip.amf"sv, ".xml"sv } },
|
||||
/* FT_3MF */ { L("3MF files"), { ".3mf"sv } },
|
||||
/* FT_GCODE_3MF */ {L("Gcode 3MF files"), {".gcode.3mf"sv}},
|
||||
/* FT_GCODE_3MF */ {L("G-code 3MF files"), {".gcode.3mf"sv}},
|
||||
/* FT_GCODE */ { L("G-code files"), { ".gcode"sv} },
|
||||
#ifdef __APPLE__
|
||||
/* FT_MODEL */
|
||||
|
||||
Reference in New Issue
Block a user