mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk qt) update translation template
This commit is contained in:
@@ -106,7 +106,7 @@ Utils :: timeToString( int seconds )
|
||||
d = tr( "%Ln day(s)", 0, days );
|
||||
h = tr( "%Ln hour(s)", 0, hours );
|
||||
m = tr( "%Ln minute(s)", 0, minutes );
|
||||
s = tr( "%Ln seconds(s)", 0, seconds );
|
||||
s = tr( "%Ln second(s)", 0, seconds );
|
||||
|
||||
if( days )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user