summaryrefslogtreecommitdiffstats
path: root/kcontrol/kio/UA-DESKTOP-FILE-HOWTO
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-07 04:10:07 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-07 04:10:07 +0000
commitfd3a982e26813f5bcc82c7e89ce6fa2ad44432bf (patch)
tree9eda848e56fcb862fdfdf479adeccd95b6fe387a /kcontrol/kio/UA-DESKTOP-FILE-HOWTO
parent02f67d0e1355b79b1806746efb0f2f640e57f13d (diff)
downloadtdebase-fd3a982e26813f5bcc82c7e89ce6fa2ad44432bf.tar.gz
tdebase-fd3a982e26813f5bcc82c7e89ce6fa2ad44432bf.zip
Revert automated changes
Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1212480 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol/kio/UA-DESKTOP-FILE-HOWTO')
-rw-r--r--kcontrol/kio/UA-DESKTOP-FILE-HOWTO10
1 files changed, 5 insertions, 5 deletions
diff --git a/kcontrol/kio/UA-DESKTOP-FILE-HOWTO b/kcontrol/kio/UA-DESKTOP-FILE-HOWTO
index b0b32404e..8d67d9a37 100644
--- a/kcontrol/kio/UA-DESKTOP-FILE-HOWTO
+++ b/kcontrol/kio/UA-DESKTOP-FILE-HOWTO
@@ -37,7 +37,7 @@ to group the entries whenever necessary. Currently there are 5
approximations: IE, NN, MOZ, OP, MISC. These represent Internet
Explorer, Netscape Navigator, Mozilla, Opera and Miscellaneous
respectively. NOTE: you can enter any value here as it is just
-a place holder that would be automatically tqreplaced with the
+a place holder that would be automatically replaced with the
actual user-agent name (X-KDE-UA-NAME).
X-KDE-UA-FULL
@@ -46,7 +46,7 @@ TYPE: QString
TRANSLATE: NO
DESCRIPTION:
The full user-agent description that will be sent to the remote
-site. It can contain the following keywords that would be tqreplaced
+site. It can contain the following keywords that would be replaced
with the appropriate value as defined by "uname":
appSysName the name of the operating system (ex: Linux).
@@ -56,7 +56,7 @@ appSysRelease the version of the operating system (ex: 2.2.18).
appKDERelease the current release number as set by KDE (ex: 2.1.9 >=20010310).
appMachineType the processor or machine type (ex: i686).
-NOTE: if you use any of these values and want them to be tqreplaced
+NOTE: if you use any of these values and want them to be replaced
automatically, make sure you include the X-KDE-UA-DYNAMIC-ENTRY field
and set its value to 1 (for true).
@@ -98,7 +98,7 @@ DESCRIPTION:
A boolean that indicates whether the keywords described under
X-KDE-UA-FULL should be translated. Make sure this field is
there with its value set to "1" if you want the keywords to
-be tqreplaced appropriately.
+be replaced appropriately.
EXAMPLES:
@@ -127,7 +127,7 @@ X-KDE-UA-DYNAMIC-ENTRY=1
The first entry is a description file for Internet Explorer running on
a Windows 98 machine while the second one is an example of a description
file for Netscape browser using the "keyword" based approach to describe
-the fields that should be tqreplaced dynamically based on the current system
+the fields that should be replaced dynamically based on the current system
settings. Note that all "keyword" based desktop files should always set
X-KDE-UA-DYNAMIC-ENTRY to 1.