Skip to content

Commit

Permalink
Improve release group fallback option description
Browse files Browse the repository at this point in the history
  • Loading branch information
zas committed Jul 18, 2014
1 parent 74e1034 commit 7de238b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion picard/ui/ui_options_cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,5 @@ def retranslateUi(self, CoverOptionsPage):
self.label_2.setText(_("Download only images of the following types:"))
self.cb_approved_only.setText(_("Download only approved images"))
self.cb_type_as_filename.setText(_("Use the first image type as the filename. This will not change the filename of front images."))
self.caprovider_caa_release_group.setText(_("Use image from release group if no image is found for the release"))
self.caprovider_caa_release_group.setText(_("Use the image of the release group if no front image is associated with the release"))

2 changes: 1 addition & 1 deletion ui/options_cover.ui
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<item>
<widget class="QCheckBox" name="caprovider_caa_release_group">
<property name="text">
<string>Use image from release group if no image is found for the release</string>
<string>Use the image of the release group if no front image is associated with the release</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 7de238b

Please sign in to comment.