fix: correct grammar and punctuation in English UI strings#10811
fix: correct grammar and punctuation in English UI strings#10811BenJule wants to merge 1 commit into
Conversation
6e9167e to
03c26d6
Compare
0e4fcfa to
a1ab267
Compare
|
Apologies — this PR was closed by mistake on 2026-06-07, and that was an error on my side, not a deliberate decision to withdraw the change. It happened as an unintended side effect of a branch cleanup in my fork: deleting the head branch automatically closed this PR. The contribution still stands. I have restored the branch and reopened the PR. Sorry for the noise and any confusion this caused. |
Fixes typos/grammar in user-facing strings (e.g. 'occured' -> 'occurred', 'When enable' -> 'When enabled', stray connector words) across several GUI source files. Source-string changes only; translation catalogs are left to the upstream gettext pipeline. Closes bambulab#10854
a1ab267 to
2cb9575
Compare
|
Force-pushed: rebased onto current |
Summary
Four English grammar/spelling/punctuation errors corrected in UI strings displayed to users:
src/slic3r/GUI/MediaPlayCtrl.cpp"Problem occured.""Problem occurred."src/slic3r/GUI/SelectMachine.cpp"When enable spiral vase mode…""When enabling spiral vase mode…"src/slic3r/GUI/SyncAmsInfoDialog.cpp"When enable spiral vase mode…""When enabling spiral vase mode…"src/slic3r/GUI/Gizmos/GLGizmoAdvancedCut.cpp"connectors is out of object""connectors are out of object"src/slic3r/GUI/Gizmos/GLGizmoText.cpp"Error:Detecting …outcomes.Please drag…""Error: Detecting …outcomes. Please drag…"Source-string changes only — the translation catalogs (
bbl/i18n/*.po,BambuStudio.pot) are left to the upstream gettext pipeline, per maintainer guidance on #10871.Closes #10854.