Make warning and error messages grammatically correct
ClosedPublic

Authored by ngraham on Apr 13 2020, 4:21 PM.

Details

Summary

These messages are currently comma splices, which are incorrect.

Diff Detail

Repository
R845 Plasma Vault
Branch
fix-grammar (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 25169
Build 25187: arc lint + arc unit
ngraham created this revision.Apr 13 2020, 4:21 PM
Restricted Application added a project: Plasma. · View Herald TranscriptApr 13 2020, 4:21 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
ngraham requested review of this revision.Apr 13 2020, 4:21 PM
ivan added a comment.Apr 13 2020, 4:48 PM

Maybe "Unable to close the vault; it is being used by %1" -> "Unable to close the vault as it is being used by %1" ?

"Unable to close the vault; an application is using it" -> "Unable to close the vault because an application is using it"

While writing for Manning, I was told to avoid semicolons and try to rephrase the sentence instead.

ngraham updated this revision to Diff 80031.Apr 13 2020, 4:55 PM

"because" is better

ivan accepted this revision.Apr 13 2020, 6:27 PM
This revision is now accepted and ready to land.Apr 13 2020, 6:27 PM
This revision was automatically updated to reflect the committed changes.