diff options
author | Chris <xchrisx@uber.space> | 2019-08-21 23:48:13 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2019-08-21 23:48:13 +0200 |
commit | b076f00cd138a108049d2f9a22b5c17b07de75eb (patch) | |
tree | cc7651a6694dbd879def459499e4a158c73a8917 /blinken | |
parent | 1fc730b7d06cbe08736e79d569360f6380459247 (diff) | |
download | tdeedu-b076f00cd138a108049d2f9a22b5c17b07de75eb.tar.gz tdeedu-b076f00cd138a108049d2f9a22b5c17b07de75eb.zip |
Fix remaining branding in tdeedu.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'blinken')
-rw-r--r-- | blinken/src/blinken.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |