mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 12:48:10 +00:00
(trunk gtk) #1477 "Launchpad translations need comment for strings with non-standard context" -- apply patch from okram.
This commit is contained in:
@@ -139,7 +139,7 @@ char*
|
||||
tr_strlsize( char * buf, guint64 bytes, size_t buflen )
|
||||
{
|
||||
if( !bytes )
|
||||
g_strlcpy( buf, Q_( "size|None" ), buflen );
|
||||
g_strlcpy( buf, Q_( "None" ), buflen );
|
||||
else
|
||||
tr_formatter_size_B( buf, bytes, buflen );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user