SVN commit 617589 by bram: Unfortunately there was an error in the explaining texts about templates. Thanks Dmitri for the quick response. CCMAIL:kde-i18n-doc@kde.org CCMAIL:kde-pim@kde.org M +4 -4 templatesconfiguration.cpp --- branches/KDE/3.5/kdepim/kmail/templatesconfiguration.cpp #617588:617589 @@ -85,8 +85,8 @@ "

The message templates support substitution commands " "by simple typing them or selecting them from menu " "Insert command.

" - "

Templates specified there are mail identity-wide. " - "They override global templates and per-folder " + "

Templates specified here are mail identity-wide. " + "They override global templates and are being overridden by per-folder " "templates if they are specified.

" "" ); } else { @@ -97,8 +97,8 @@ "

The message templates support substitution commands " "by simple typing them or selecting them from menu " "Insert command.

" - "

This is a global (default) template. They override " - "both per-identity templates and by per-folder templates " + "

This is a global (default) template. They can be overridden " + "by per-identity templates and by per-folder templates " "if they are specified.

" "" ); }