Fix KDE -> TDE branding.

pull/2/head
Darrell Anderson 12 years ago
parent 5df6c5fca2
commit b8f522c88e

@ -6,17 +6,17 @@
<group name="Global">
<entry name="HalBackendEnabled" type="Bool">
<label>Enable HAL backend</label>
<whatsthis>When HAL (Hardware Abstraction Layer) support is enabled, KDE will use it to gather information on the storage media available in your system.</whatsthis>
<whatsthis>When HAL (Hardware Abstraction Layer) support is enabled, TDE will use it to gather information on the storage media available in your system.</whatsthis>
<default>true</default>
</entry>
<entry name="CdPollingEnabled" type="Bool">
<label>Enable CD polling</label>
<whatsthis>Allows KDE to poll CD-Rom or DVD-Rom drives itself in order to detect medium insert.</whatsthis>
<whatsthis>Allows TDE to poll CD-Rom or DVD-Rom drives itself in order to detect medium insert.</whatsthis>
<default>true</default>
</entry>
<entry name="AutostartEnabled" type="Bool">
<label>Enable medium application autostart after mount</label>
<whatsthis>Allows KDE to autostart application after a medium mount if it contains an Autostart or an Autoopen file.</whatsthis>
<whatsthis>Allows TDE to autostart application after a medium mount if it contains an Autostart or an Autoopen file.</whatsthis>
<default>true</default>
</entry>
</group>

@ -96,7 +96,7 @@ int main(int argc, char *argv[])
if (duser && duser[0])
options[3].def = duser;
KAboutData aboutData("tdesu", I18N_NOOP("KDE su"),
KAboutData aboutData("tdesu", I18N_NOOP("TDE su"),
Version, I18N_NOOP("Runs a program with elevated privileges."),
KAboutData::License_Artistic,
"Copyright (c) 1998-2000 Geert Jansen, Pietro Iglio");

@ -4,7 +4,7 @@
* Copyright (C) 1999,2000 Geert Jansen <jansen@kde.org>
*
*
* tdesud.cpp: KDE su daemon. Offers "keep password" functionality to kde su.
* tdesud.cpp: TDE su daemon. Offers "keep password" functionality to TDE su.
*
* The socket $TDEHOME/socket-$(HOSTNAME)/tdesud_$(display) is used for communication with
* client programs.
@ -251,7 +251,7 @@ int main(int argc, char *argv[])
{
prctl(PR_SET_DUMPABLE, 0);
KAboutData aboutData("tdesud", I18N_NOOP("KDE su daemon"),
KAboutData aboutData("tdesud", I18N_NOOP("TDE su daemon"),
Version, I18N_NOOP("Daemon used by tdesu"),
KAboutData::License_Artistic,
"Copyright (c) 1999,2000 Geert Jansen");

Loading…
Cancel
Save