mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-22 08:52:12 +02:00
Clean up some text and labels to make them easier to understand
This commit is contained in:
parent
ccef442b42
commit
3ba3d25425
@ -130,7 +130,7 @@ SettingsDialog::SettingsDialog(QObject *parent )
|
||||
p->setFixedSize( 0, 0 );
|
||||
#endif
|
||||
|
||||
m_accountsWidgetUi->installFromFileBtn->setText( tr( "Install from file" ) );
|
||||
m_accountsWidgetUi->installFromFileBtn->setText( tr( "Add New PlugIn" ) );
|
||||
|
||||
// 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( "Services" ), tr( "Configure the accounts and services used by Tomahawk "
|
||||
tr( "PlugIns" ), tr( "Configure the accounts and services used by Tomahawk "
|
||||
"to search and retrieve music, find your friends and "
|
||||
"update your status." ) );
|
||||
|
||||
|
@ -14,7 +14,16 @@
|
||||
<string notr="true" extracomment="not translatable because not shown to the user">Form</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<property name="margin">
|
||||
<property name="leftMargin">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<item>
|
||||
@ -45,7 +54,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>Filter by capability:</string>
|
||||
<string>Filter by Capability:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>473</width>
|
||||
<width>515</width>
|
||||
<height>475</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -20,7 +20,16 @@
|
||||
<string notr="true" extracomment="not translatable because not shown to the user">Form</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<property name="margin">
|
||||
<property name="leftMargin">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<item>
|
||||
@ -39,7 +48,7 @@
|
||||
<item>
|
||||
<widget class="QRadioButton" name="upnpRadioButton">
|
||||
<property name="text">
|
||||
<string>Automatic port forward with UPnP (recommended)</string>
|
||||
<string>UPnP / Automatic Port Forwarding (recommended)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -57,7 +66,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Manual port forward</string>
|
||||
<string>Manual Port Forwarding</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -194,7 +203,7 @@
|
||||
<enum>Qt::LeftToRight</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Send reports after Tomahawk crashed</string>
|
||||
<string>Send Tomahawk Crash Reports</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
@ -204,7 +213,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkBoxSongChangeNotifications">
|
||||
<property name="text">
|
||||
<string>Show notification when a new song starts to play</string>
|
||||
<string>Show Notifications on song change</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
|
@ -20,7 +20,16 @@
|
||||
<string notr="true" extracomment="not translatable because not shown to the user">Form</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<property name="margin">
|
||||
<property name="leftMargin">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<item>
|
||||
@ -35,9 +44,6 @@
|
||||
<property name="spacing">
|
||||
<number>8</number>
|
||||
</property>
|
||||
<property name="margin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QListWidget" name="pathListWidget"/>
|
||||
</item>
|
||||
@ -46,9 +52,6 @@
|
||||
<property name="spacing">
|
||||
<number>4</number>
|
||||
</property>
|
||||
<property name="margin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QToolButton" name="addLibraryPathButton">
|
||||
<property name="text">
|
||||
@ -91,7 +94,7 @@
|
||||
and stations based on your personal taste profile.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Upload collection list to The Echo Nest to enable user radio</string>
|
||||
<string>Upload Collection info to enable personalized "User Radio"</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -113,7 +116,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="scanTimeLabel">
|
||||
<property name="text">
|
||||
<string>Time between scans, in seconds:</string>
|
||||
<string>Time between scans (in seconds):</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user