mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-25 15:01:11 +02:00
More copy and label changes
This commit is contained in:
@@ -716,7 +716,7 @@ defaultPixmap( ImageType type, ImageMode mode, const QSize& size )
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/advanced-settings.svg", size );
|
||||
break;
|
||||
case AccountSettings:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/account-settings.svg", size );
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/plugins.svg", size );
|
||||
break;
|
||||
case MusicSettings:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/music-settings.svg", size );
|
||||
|
@@ -130,7 +130,7 @@ SettingsDialog::SettingsDialog(QObject *parent )
|
||||
p->setFixedSize( 0, 0 );
|
||||
#endif
|
||||
|
||||
m_accountsWidgetUi->installFromFileBtn->setText( tr( "Add New PlugIn" ) );
|
||||
m_accountsWidgetUi->installFromFileBtn->setText( tr( "Install Plug-In..." ) );
|
||||
|
||||
// Accounts
|
||||
AccountDelegate* accountDelegate = new AccountDelegate( this );
|
||||
@@ -236,7 +236,7 @@ SettingsDialog::SettingsDialog(QObject *parent )
|
||||
// #endif
|
||||
|
||||
m_dialog->addTab( m_accountsWidget, TomahawkUtils::defaultPixmap( TomahawkUtils::AccountSettings ),
|
||||
tr( "PlugIns" ), tr( "Configure the accounts and services used by Tomahawk "
|
||||
tr( "Plug-Ins" ), tr( "Configure the accounts and services used by Tomahawk "
|
||||
"to search and retrieve music, find your friends and "
|
||||
"update your status." ) );
|
||||
|
||||
|
@@ -35,7 +35,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label_6">
|
||||
<property name="text">
|
||||
<string>Path to scan for music files:</string>
|
||||
<string>Folderss to scan for music files:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Reference in New Issue
Block a user