From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Alexander Potashev To: kde-commits@kde.org X-Commit-Ref: master X-Commit-Project: amarok X-Commit-Folders: src/dynamic/biases X-Commit-Directories: (0) trunk/extragear/multimedia/amarok/src/dynamic/biases Message-Id: <20120103161329.0427AA60A6@git.kde.org> Date: Tue, 3 Jan 2012 17:13:29 +0100 (CET) Cc: kde-russian@lists.kde.ru Subject: [kde-russian] [amarok] src/dynamic/biases: Add a line break to a very long description of the "IfElse" dynamic playlist bias X-BeenThere: kde-russian@lists.kde.ru X-Mailman-Version: 2.1.12 Precedence: list Reply-To: KDE russian translation mailing list List-Id: KDE russian translation mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2012 16:13:44 -0000 Archived-At: List-Archive: 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 playlis= t bias Thanks to Pavel Punegov for the patch. CCMAIL: pavelpngv@gmail.com CCMAIL: kde-russian@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/IfElseB= ias.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 on= e of the sub biases. It will only check the second sub-bias if the first do= esn't return any results."); } + "The \"IfElse\" bias adds tracks that match at least on= e of the sub biases.\nIt will only check the second sub-bias if the first d= oesn't return any results."); } = Dynamic::BiasPtr Dynamic::IfElseBiasFactory::createBias()