summaryrefslogtreecommitdiffstats
path: root/doc/kommander/translating.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/kommander/translating.docbook')
-rw-r--r--doc/kommander/translating.docbook4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/kommander/translating.docbook b/doc/kommander/translating.docbook
index 15d7def2..629b22ea 100644
--- a/doc/kommander/translating.docbook
+++ b/doc/kommander/translating.docbook
@@ -34,7 +34,7 @@ Here is a short description about the needed steps to make a dialog translatable
<listitem><para>How to extract the messages and create the .po file?</para>
<para>
- Use the <command>kmdr2po</command> script to extract the strings. The script is inside the <emphasis>working</emphasis> directory of the source release tarball and should be installed to <command>$KDEDIR/share/apps/kommander/translating</command> as well.
+ Use the <command>kmdr2po</command> script to extract the strings. The script is inside the <emphasis>working</emphasis> directory of the source release tarball and should be installed to <command>$TDEDIR/share/apps/kommander/translating</command> as well.
</para>
<para>
Just run:
@@ -52,7 +52,7 @@ An appropriate &lt;your-kommander-dialog.po> file will be created.
<listitem><para>How to install the translation?</para>
<para>Put the compiled *.mo file either to</para>
-<para><command>$KDEDIR/share/locale/&lt;your language>/LC_MESSAGES/</command> (will be available globally for all users)</para>
+<para><command>$TDEDIR/share/locale/&lt;your language>/LC_MESSAGES/</command> (will be available globally for all users)</para>
<para>or to </para>
<para><command>$HOME/.kde/share/locale/&lt;your language>/LC_MESSAGES/</command> (will be available only for the current user)</para>
<para>directory.</para>