[prev in list] [next in list] [prev in thread] [next in thread] 

List:       amarok-bugs-dist
Subject:    [amarok] [Bug 337725] New: Text for RandomBiasFactory says 'random tracks' but the text once added i
From:       robert marshall <robert () capuchin ! co ! uk>
Date:       2014-07-23 12:15:17
Message-ID: bug-337725-71684 () http ! bugs ! kde ! org/
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=337725

            Bug ID: 337725
           Summary: Text for RandomBiasFactory says 'random tracks' but
                    the text once added is 'random songs'
           Product: amarok
           Version: 2.8-git
          Platform: Ubuntu Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Playlists/Dynamic Playlists
          Assignee: amarok-bugs-dist@kde.org
          Reporter: robert@capuchin.co.uk
                CC: ralf-engels@gmx.de

The texts need to be consistent - and elsewhere amarok uses tracks.
I suggest these changes:

diff --git a/src/dynamic/Bias.cpp b/src/dynamic/Bias.cpp
index d0aab75..03caf48 100644
--- a/src/dynamic/Bias.cpp
+++ b/src/dynamic/Bias.cpp
@@ -117,7 +117,7 @@ Dynamic::RandomBias::name() const
 QString
 Dynamic::RandomBias::toString() const
 {
-    return i18nc("Random bias representation", "Random songs");
+    return i18nc("Random bias representation", "Random tracks");
 }

 QWidget*

diff --git a/src/dynamic/biases/SearchQueryBias.cpp
b/src/dynamic/biases/SearchQueryBias.cpp
index cfe4b01..9c5f607 100644
--- a/src/dynamic/biases/SearchQueryBias.cpp
+++ b/src/dynamic/biases/SearchQueryBias.cpp
@@ -112,7 +112,7 @@ Dynamic::SearchQueryBias::toString() const
 {
     if( m_filter.isEmpty() )
         return i18nc("Random bias representation",
-                     "Random songs");
+                     "Random tracks");
     else
         return i18nc("SearchQuery bias representation",
                      "Search for: %1", m_filter );

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Amarok-bugs-dist mailing list
Amarok-bugs-dist@kde.org
https://mail.kde.org/mailman/listinfo/amarok-bugs-dist
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic