[kde-russian] [amarok] src/dynamic/biases: Add a line break to a very long description of the "IfElse" dynamic playlist bias
Alexander Potashev
aspotashev на gmail.com
Вт Янв 3 20:13:29 MSK 2012
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: pavelpngv at gmail.com
CCMAIL: kde-russian at lists.kde.ru
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