From: Gerhard Sittig Date: Wed, 19 Jan 2022 20:25:54 +0000 (+0100) Subject: kingst-la2016: rephrase diagnostics to improve user perception X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=91f738728dd0cff2f2a37626e103773663b9c88c;hp=91f738728dd0cff2f2a37626e103773663b9c88c;p=libsigrok.git kingst-la2016: rephrase diagnostics to improve user perception Rephrase diagnostics messages so that users easier can digest them. Keep implementation details out of messages which are seen by default, stick those into developer centric messages that correspond to higher verbosity levels. Consistently start with capital letters and end in punctuation. Drop exclamation marks. Use all caps for acronyms. Don't break format strings so that developers can search for messages reported by users. Break a few long source code text lines (but not all of them). ---