Git commit 5dce4627998978772a2a96e8f3ae22ddcec0b1de by Alexander Potashev. Committed on 03/01/2012 at 16:42. Pushed by aspotashev into branch 'master'.
Add a line break to a very long description of the "IfElse" dynamic playlist bias Thanks to Pavel Punegov for the patch. CCMAIL: [email protected] CCMAIL: [email protected] M +1 -1 src/dynamic/biases/IfElseBias.cpp http://commits.kde.org/amarok/5dce4627998978772a2a96e8f3ae22ddcec0b1de diff --git a/src/dynamic/biases/IfElseBias.cpp b/src/dynamic/biases/IfElseBias.cpp index f8888b9..148c096 100644 --- a/src/dynamic/biases/IfElseBias.cpp +++ b/src/dynamic/biases/IfElseBias.cpp @@ -43,7 +43,7 @@ Dynamic::IfElseBiasFactory::name() const QString Dynamic::IfElseBiasFactory::i18nDescription() const { return i18nc("Description of the \"IfElse\" bias", - "The \"IfElse\" bias adds tracks that match at least one of the sub biases. It will only check the second sub-bias if the first doesn't return any results."); } + "The \"IfElse\" bias adds tracks that match at least one of the sub biases.\nIt will only check the second sub-bias if the first doesn't return any results."); } Dynamic::BiasPtr Dynamic::IfElseBiasFactory::createBias() _______________________________________________ kde-russian mailing list [email protected] https://lists.kde.ru/mailman/listinfo/kde-russian
