mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 08:34:01 +00:00
PICARD-1395: Text changes for genre option dialog
This commit is contained in:
@@ -108,7 +108,7 @@ class Ui_GenresOptionsPage(object):
|
||||
self.only_my_genres.setText(_("Only use my genres"))
|
||||
self.artists_genres.setText(_("Fall back on album\'s artists genres if no genres are found for the release or release group"))
|
||||
self.folksonomy_tags.setText(_("Use folksonomy tags as genre"))
|
||||
self.ignore_genres_2.setText(_("Ignore genres:"))
|
||||
self.ignore_genres_2.setText(_("Genres or folksonomy tags to exclude (comma-separated list):"))
|
||||
self.label_5.setText(_("Minimal genre usage:"))
|
||||
self.min_genre_usage.setSuffix(_(" %"))
|
||||
self.label_6.setText(_("Maximum number of genres:"))
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="ignore_genres_2">
|
||||
<property name="text">
|
||||
<string>Ignore genres:</string>
|
||||
<string>Genres or folksonomy tags to exclude (comma-separated list):</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user