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:
1985
lang/tomahawk_en.ts
1985
lang/tomahawk_en.ts
File diff suppressed because it is too large
Load Diff
@@ -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>";
|
||||
|
Reference in New Issue
Block a user