Git commit 1c39b1f0aefd209efe5cf4ee63be10bb769023fa by Yuri Chornoivan. Committed on 10/07/2016 at 11:27. Pushed by yurchor into branch 'master'.
Minor fixes to ease up translation of docs M +6 -4 doc/manual/index.docbook http://commits.kde.org/konsole/1c39b1f0aefd209efe5cf4ee63be10bb769023fa diff --git a/doc/manual/index.docbook b/doc/manual/index.docbook index f50d3c9..16c6b5d 100644 --- a/doc/manual/index.docbook +++ b/doc/manual/index.docbook @@ -809,7 +809,7 @@ A dialog will open for the bookmark folder name. <note><para>You can use the bookmark editor to manually add URLs. Currently, &konsole; accepts the following: -<itemizedlist mark='opencircle'> +<itemizedlist mark="opencircle"> <listitem><para>ssh://user@host:port</para></listitem> <listitem><para>telnet://user@host:port</para></listitem> </itemizedlist> @@ -962,7 +962,8 @@ These changes can be made permanent by editing the current profile. <para> &konsole; will substitute these tokens for local tabs: -<itemizedlist mark='opencircle'> +</para> +<itemizedlist mark="opencircle"> <listitem><para>%n : program name</para></listitem> <listitem><para>%d : current directory (short)</para></listitem> <listitem><para>%D : current directory (long)</para></listitem> @@ -972,8 +973,9 @@ These changes can be made permanent by editing the current profile. <listitem><para>%# : session number</para></listitem> </itemizedlist> +<para> &konsole; will substitute these tokens for remote tabs: -<itemizedlist mark='opencircle'> +<itemizedlist mark="opencircle"> <listitem><para>%c : current program</para></listitem> <listitem><para>%h : remote host (short)</para></listitem> <listitem><para>%H : remote host (long)</para></listitem> @@ -986,7 +988,7 @@ These changes can be made permanent by editing the current profile. </para> <para> Examples: -<itemizedlist mark='opencircle'> +<itemizedlist mark="opencircle"> <listitem><para> <userinput>%d : %n</userinput> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
