diff options
Diffstat (limited to 'doc/kommander/translating.docbook')
-rw-r--r-- | doc/kommander/translating.docbook | 4 |
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 <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/<your language>/LC_MESSAGES/</command> (will be available globally for all users)</para> +<para><command>$TDEDIR/share/locale/<your language>/LC_MESSAGES/</command> (will be available globally for all users)</para> <para>or to </para> <para><command>$HOME/.kde/share/locale/<your language>/LC_MESSAGES/</command> (will be available only for the current user)</para> <para>directory.</para> |