mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-22 09:18:18 +00:00
PICARD-2369: Rename "Preferred release formats" to "Preferred medium formats"
This commit is contained in:
@@ -113,7 +113,7 @@ class Ui_ReleasesOptionsPage(object):
|
||||
self.add_countries.setAccessibleDescription(_("Add to preferred release countries"))
|
||||
self.remove_countries.setToolTip(_("Remove from preferred release countries"))
|
||||
self.remove_countries.setAccessibleDescription(_("Remove from preferred release countries"))
|
||||
self.format_group.setTitle(_("Preferred release formats"))
|
||||
self.format_group.setTitle(_("Preferred medium formats"))
|
||||
self.add_formats.setToolTip(_("Add to preferred release formats"))
|
||||
self.add_formats.setAccessibleName(_("Add to preferred release formats"))
|
||||
self.remove_formats.setToolTip(_("Remove from preferred release formats"))
|
||||
|
||||
@@ -66,7 +66,8 @@
|
||||
<string>Add to preferred release countries</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme=":/images/16x16/go-next.png"/>
|
||||
<iconset theme=":/images/16x16/go-next.png">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -79,7 +80,8 @@
|
||||
<string>Remove from preferred release countries</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme=":/images/16x16/go-previous.png"/>
|
||||
<iconset theme=":/images/16x16/go-previous.png">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -120,7 +122,7 @@
|
||||
<item>
|
||||
<widget class="QGroupBox" name="format_group">
|
||||
<property name="title">
|
||||
<string>Preferred release formats</string>
|
||||
<string>Preferred medium formats</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||
<property name="spacing">
|
||||
@@ -160,7 +162,8 @@
|
||||
<string>Add to preferred release formats</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme=":/images/16x16/go-next.png"/>
|
||||
<iconset theme=":/images/16x16/go-next.png">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -173,7 +176,8 @@
|
||||
<string>Remove from preferred release formats</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme=":/images/16x16/go-previous.png"/>
|
||||
<iconset theme=":/images/16x16/go-previous.png">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user