SVN commit 1245291 by hollingsworth: add a &powermode; entity that says "(power mode)" in kwrite and nothing in kate
Methinks this would make translating easier as the shared chapter between kate and kwrite will always be exactly the same except for the lead paragraph. It certainly makes syncing much easier. Please let me know if entities shouldn't be (ab)used this way and I'll sed them to normal text instead. CCMAIL: kde-doc-english at kde.org M +1 -0 kate/index.docbook M +1 -0 kwrite/index.docbook --- branches/work/doc/kate/index.docbook #1245290:1245291 @@ -3,6 +3,7 @@ "dtd/kdex.dtd" [ <!ENTITY kappname "&kate;"> <!ENTITY package "kdesdk"> + <!ENTITY powermode ""> <!ENTITY configuring-chapter SYSTEM "configuring.docbook"> <!ENTITY highlighting-appendix SYSTEM "highlighting.docbook"> <!ENTITY advanced-chapter SYSTEM "advanced.docbook"> --- branches/work/doc/kwrite/index.docbook #1245290:1245291 @@ -3,6 +3,7 @@ "dtd/kdex.dtd" [ <!ENTITY kappname "&kwrite;"> <!ENTITY package "kdebase"> + <!ENTITY powermode "(power user mode)"> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE" > <!-- change language only here --> ]>
