Skip to content

fix: correct typos and wording in UI strings (batch 3)#10814

Open
BenJule wants to merge 1 commit into
bambulab:masterfrom
BenJule:fix/ui-string-typos-2
Open

fix: correct typos and wording in UI strings (batch 3)#10814
BenJule wants to merge 1 commit into
bambulab:masterfrom
BenJule:fix/ui-string-typos-2

Conversation

@BenJule

@BenJule BenJule commented May 20, 2026

Copy link
Copy Markdown
Contributor

Summary

Seven corrections to UI strings across several source files:

File Before After
AuxiliaryDialog.cpp "Auxiliaryies" "Auxiliaries"
FanControl.cpp "print qulity" "print quality"
GLGizmoFlatten.cpp "too small,The current" "too small. The current"
Monitor.cpp "Assistant(HMS)" "Assistant (HMS)"
AMSSetting.cpp "during printing" (double space) "during printing"
AMSDryControl.cpp + uiAmsHumidityPopup.cpp "Left Time" "Remaining Time"
Plater.cpp "nozzle will be attrited" "nozzle will be worn"

"attrited" is not standard English; "worn" is the natural word for gradual mechanical degradation of a nozzle.

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 #10852.

@BenJule BenJule force-pushed the fix/ui-string-typos-2 branch 2 times, most recently from 1c25407 to ca3b6f5 Compare May 21, 2026 08:55
@BenJule BenJule closed this Jun 7, 2026
@BenJule BenJule deleted the fix/ui-string-typos-2 branch June 7, 2026 10:09
@BenJule BenJule restored the fix/ui-string-typos-2 branch June 7, 2026 11:38
@BenJule BenJule reopened this Jun 7, 2026
@BenJule

BenJule commented Jun 7, 2026

Copy link
Copy Markdown
Contributor Author

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 such as 'Auxiliaryies', 'qulity', double spaces and missing
punctuation in user-facing strings across several GUI source files.
Source-string changes only; translation catalogs are left to the upstream
gettext pipeline.

Closes bambulab#10852
@BenJule BenJule force-pushed the fix/ui-string-typos-2 branch from ca3b6f5 to 2fb43fd Compare June 8, 2026 05:10
@BenJule

BenJule commented Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Force-pushed: rebased onto current master and reduced this PR to the source-string changes only. The previous revision had inadvertently carried translation-file (.po/.pot) edits and a few unrelated files over from the branch base — those are now removed. Per @lanewei120's guidance on #10871, the .po/.pot catalogs are left to the upstream translation pipeline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant