1
0
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:
Lasse Liehu
2012-12-20 13:57:20 +02:00
parent 031931c0e8
commit 66c05cf9b3
6 changed files with 10 additions and 9 deletions

View File

@@ -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 );
}