From b076f00cd138a108049d2f9a22b5c17b07de75eb Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 21 Aug 2019 23:48:13 +0200 Subject: [PATCH] Fix remaining branding in tdeedu. Signed-off-by: Chris --- blinken/src/blinken.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blinken/src/blinken.cpp b/blinken/src/blinken.cpp index 7eb2e180..4322e9b6 100644 --- a/blinken/src/blinken.cpp +++ b/blinken/src/blinken.cpp @@ -75,7 +75,7 @@ blinken::blinken() : TQWidget(0, 0, WStaticContents | WNoAutoErase), m_overHighs for (int i = 0; i < 3; i++) m_overLevels[i] = false; - TQString aux = i18n("If the Steve font that is used by bliken by default to show status messages does not support any of the characters of your language, please translate that message to 1 and KDE standard font will be used to show the texts, if not translate it to 0", "0"); + TQString aux = i18n("If the Steve font that is used by bliken by default to show status messages does not support any of the characters of your language, please translate that message to 1 and TDE standard font will be used to show the texts, if not translate it to 0", "0"); m_alwaysUseNonCoolFont = aux == "1"; }