diff options
author | Chris <xchrisx@uber.space> | 2019-07-17 19:11:35 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2019-07-17 19:11:35 +0200 |
commit | 1422b9e7a031f0a5e21f2e9e9689e7f6e3be3a62 (patch) | |
tree | df28e26b9bac00886cdfce41d94674d35cdb987d /quanta/scripts | |
parent | c0c2ad5e9e998bbbe6faf4c597df63a0fd412f7a (diff) | |
download | tdewebdev-1422b9e7a031f0a5e21f2e9e9689e7f6e3be3a62.tar.gz tdewebdev-1422b9e7a031f0a5e21f2e9e9689e7f6e3be3a62.zip |
Fix remaining brandings in tdewebdev.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'quanta/scripts')
-rw-r--r-- | quanta/scripts/checkxml.kmdr | 4 | ||||
-rw-r--r-- | quanta/scripts/tablewizard.kmdr | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/quanta/scripts/checkxml.kmdr b/quanta/scripts/checkxml.kmdr index c6e1f98e..c20778a0 100644 --- a/quanta/scripts/checkxml.kmdr +++ b/quanta/scripts/checkxml.kmdr @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.0" stdsetdef="1"> <class>Form3</class> -<comment>Quanta+ KDE XML Validator is a Kommander front-end for checkXML.</comment> +<comment>Quanta+ TDE XML Validator is a Kommander front-end for checkXML.</comment> <author>Chris Hornbaker</author> <widget class="Dialog"> <property name="name"> @@ -15,7 +15,7 @@ </rect> </property> <property name="caption"> - <string>Quanta+ KDE XML Validator</string> + <string>Quanta+ TDE XML Validator</string> </property> <property name="associations" stdset="0"> <stringlist> diff --git a/quanta/scripts/tablewizard.kmdr b/quanta/scripts/tablewizard.kmdr index ec002775..8b606b88 100644 --- a/quanta/scripts/tablewizard.kmdr +++ b/quanta/scripts/tablewizard.kmdr @@ -265,7 +265,7 @@ done; <string>Table title:</string> </property> <property name="whatsThis" stdset="0"> - <string>Enter here the title of the table. The title of the table will appear in the table of contents as well, under the "List of Tables", if you are using the KDE DocBook tools.</string> + <string>Enter here the title of the table. The title of the table will appear in the table of contents as well, under the "List of Tables", if you are using the TDE DocBook tools.</string> </property> </widget> <widget class="SpinBoxInt" row="0" column="2"> @@ -305,7 +305,7 @@ done </stringlist> </property> <property name="whatsThis" stdset="0"> - <string>Enter here the title of the table. The title of the table will appear in the table of contents as well, under the "List of Tables", if you are using the KDE DocBook tools.</string> + <string>Enter here the title of the table. The title of the table will appear in the table of contents as well, under the "List of Tables", if you are using the TDE DocBook tools.</string> </property> </widget> </grid> |