mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-10-04 17:41:42 +02:00
A few string changes
Make a few better translatable and one more understandable
This commit is contained in:
@@ -64,8 +64,8 @@ ZeroconfFactory::icon() const
|
||||
ZeroconfAccount::ZeroconfAccount( const QString& accountId )
|
||||
: Account( accountId )
|
||||
{
|
||||
setAccountServiceName( "Local Network" );
|
||||
setAccountFriendlyName( "Local Network" );
|
||||
setAccountServiceName( tr( "Local Network" ) );
|
||||
setAccountFriendlyName( tr( "Local Network" ) );
|
||||
|
||||
setTypes( SipType );
|
||||
}
|
||||
|
Reference in New Issue
Block a user