1
0
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:
Jason Herskowitz
2014-09-21 16:28:11 -04:00
parent 3ba3d25425
commit 1652f45e76
6 changed files with 14 additions and 22 deletions

View File

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

View File

@@ -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." ) );

View File

@@ -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>