summaryrefslogtreecommitdiffstats
path: root/doc/ru
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ru')
-rw-r--r--doc/ru/installation.docbook4
-rw-r--r--doc/ru/konfigurator.docbook4
-rw-r--r--doc/ru/useraction-xml.docbook6
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/ru/installation.docbook b/doc/ru/installation.docbook
index d7c1b70..2d2d69d 100644
--- a/doc/ru/installation.docbook
+++ b/doc/ru/installation.docbook
@@ -536,8 +536,8 @@
> command. <screen
><prompt>$</prompt> <userinput><command>find</command> <option>/usr /opt -name</option> qtconfig <option>-type f 2>/dev/null</option></userinput>
/usr/lib/qt3/bin/qtconfig
-<prompt>$</prompt> <userinput><command>find</command> <option>/usr /opt -name</option> kdeinit <option>-type f 2>/dev/null</option></userinput>
-/usr/bin/kdeinit</screen
+<prompt>$</prompt> <userinput><command>find</command> <option>/usr /opt -name</option> tdeinit <option>-type f 2>/dev/null</option></userinput>
+/usr/bin/tdeinit</screen
> In this case <filename
>/usr/lib/qt3</filename
> is your <envar
diff --git a/doc/ru/konfigurator.docbook b/doc/ru/konfigurator.docbook
index 7d70ff0..3ea7191 100644
--- a/doc/ru/konfigurator.docbook
+++ b/doc/ru/konfigurator.docbook
@@ -1401,14 +1401,14 @@ HTML_PARSING-->
<entry
><para
><command
->kdesu</command
+>tdesu</command
></para
></entry>
<entry
><para
><filename class="directory"
><replaceable
->/usr/bin/kdesu</replaceable
+>/usr/bin/tdesu</replaceable
></filename
></para
></entry>
diff --git a/doc/ru/useraction-xml.docbook b/doc/ru/useraction-xml.docbook
index 9c0a290..0191ca6 100644
--- a/doc/ru/useraction-xml.docbook
+++ b/doc/ru/useraction-xml.docbook
@@ -215,7 +215,7 @@
<listitem
><para
>This useraction edits a file with root permissions using <command
->kdesu</command
+>tdesu</command
>: <programlisting
>&lt;?xml version="1.0" encoding="UTF-8" ?>
&lt;!DOCTYPE KrusaderUserActions>
@@ -225,8 +225,8 @@
&lt;tooltip>Edit as root&lt;/tooltip>
&lt;icon>kwrite&lt;/icon>
&lt;category>System&lt;/category>
- &lt;description>Edit a file with root permissions using kdesu&lt;/description>
- &lt;command>kdesu kedit %aCurrent%&lt;/command>
+ &lt;description>Edit a file with root permissions using tdesu&lt;/description>
+ &lt;command>tdesu kedit %aCurrent%&lt;/command>
&lt;defaultshortcut>Win+F4&lt;/defaultshortcut>
&lt;/action>
&lt;/KrusaderUserActions></programlisting>