]> git.pld-linux.org Git - packages/amarok.git/blob - amarok-artist_postfix.patch
- up to 2.1.1
[packages/amarok.git] / amarok-artist_postfix.patch
1 --- src/context/engines/wikipedia/WikipediaEngine.cpp   2009-02-21 09:51:22.000000000 +0100
2 +++ src/context/engines/wikipedia/WikipediaEngine.cpp.new       2009-03-12 21:51:34.469113928 +0100
3 @@ -347,7 +347,7 @@
4      else if( wikiLocale() == "de" )
5          return " (Band)";
6      else if( wikiLocale() == "pl" )
7 -        return " (Kapela)";
8 +        return " (grupa muzyczna)";
9      return QString();
10  }
11  
This page took 0.074747 seconds and 3 git commands to generate.