1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 17:14:00 +02:00

* other vs others.

This commit is contained in:
Christian Muehlhaeuser
2012-03-17 11:23:40 +01:00
parent 15194438ee
commit 57e55d0b88
2 changed files with 1137 additions and 850 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -637,7 +637,7 @@ Query::socialActionDescription( const QString& action, DescriptionMode mode ) co
if ( loveCounter > 0 )
{
if ( loveCounter > 3 )
desc += " " + tr( "and %1%2 others%3" ).arg( "<b>" ).arg( loveCounter - 3 ).arg( "</b>" );
desc += " " + tr( "and" ) + " <b>" + tr( "%n other(s)", "", loveCounter - 3 ) + "</b>";
if ( mode == Short )
desc = "<b>" + tr( "%1 people" ).arg( loveCounter ) + "</b>";