From ad66297cfd843199f39e3a231cb8311652ea183c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 19 Apr 2020 12:39:59 -0700 Subject: desktop: remove user survey We have never made good use of the results. Let's just remove it. Signed-off-by: Dirk Hohndel --- CODINGSTYLE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CODINGSTYLE.md') diff --git a/CODINGSTYLE.md b/CODINGSTYLE.md index c6b6e2593..a185f65b0 100644 --- a/CODINGSTYLE.md +++ b/CODINGSTYLE.md @@ -188,11 +188,11 @@ other editors that implement this coding style, please add them here. translation into other languages. - like this ``` - QString msgTitle = tr("Submit user survey."); + QString msgTitle = tr("Check for updates."); ``` - rather than ``` - QString msgTitle = "Submit user survey."; + QString msgTitle = "Check for updates."; ``` This works by default in classes (indirectly) derived from QObject. Each -- cgit v1.2.3-70-g09d2