Skip to content

Commit

Permalink
Changed description of "ignore for completeness" option
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jan 8, 2015
1 parent 6ceed48 commit 8f89218
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion picard/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Resource object code
#
# Created: Di. Nov 25 16:31:48 2014
# Created: Do. Jan 8 09:05:03 2015
# by: The Resource Compiler for PyQt (Qt v4.8.6)
#
# WARNING! All changes made in this file will be lost!
Expand Down
2 changes: 1 addition & 1 deletion picard/ui/ui_options_advanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def retranslateUi(self, AdvancedOptionsPage):
self.groupBox.setTitle(_("Advanced options"))
self.label_ignore_regex.setText(_("Ignore file paths matching the following regular expression:"))
self.ignore_hidden_files.setText(_("Ignore hidden files"))
self.groupBox_completeness.setTitle(_("Ignore the following tracks for release completeness"))
self.groupBox_completeness.setTitle(_("Ignore the following tracks when determining whether a release is complete"))
self.completeness_ignore_videos.setText(_("Video tracks"))
self.completeness_ignore_pregap.setText(_("Pregap tracks"))
self.completeness_ignore_data.setText(_("Data tracks"))
Expand Down
2 changes: 1 addition & 1 deletion ui/options_advanced.ui
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<item>
<widget class="QGroupBox" name="groupBox_completeness">
<property name="title">
<string>Ignore the following tracks for release completeness</string>
<string>Ignore the following tracks when determining whether a release is complete</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
Expand Down

0 comments on commit 8f89218

Please sign in to comment.