Skip to content

Commit

Permalink
Merge pull request Kezyma#30 from evanronnei/rootbuilder-fules-typo
Browse files Browse the repository at this point in the history
fix typo 'fules' -> 'rules' in Root Builder exclusions description
  • Loading branch information
Kezyma authored Jul 23, 2024
2 parents a7c12e5 + 40c6c19 commit 79e44c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/plugin/rootbuilder/ui/qt5/rootbuilder_exclusions.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def retranslateUi(self, exclusionsTabWidget):
_translate = QtCore.QCoreApplication.translate
exclusionsTabWidget.setWindowTitle(_translate("exclusionsTabWidget", "Form"))
self.exclusionsTitle.setText(_translate("exclusionsTabWidget", "Exclusions"))
self.exclusionsDesc.setText(_translate("exclusionsTabWidget", "Files matching the specified fules will be completely ignored by Root Builder. They will not be included in the backup or cache and they will be ignored from any mods they are present in. Supports glob wildcards, and regex expressions when using the prefix r:"))
self.exclusionsDesc.setText(_translate("exclusionsTabWidget", "Files matching the specified rules will be completely ignored by Root Builder. They will not be included in the backup or cache and they will be ignored from any mods they are present in. Supports glob wildcards, and regex expressions when using the prefix r:"))
2 changes: 1 addition & 1 deletion src/plugin/rootbuilder/ui/qt6/rootbuilder_exclusions.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ def retranslateUi(self, exclusionsTabWidget):
_translate = QtCore.QCoreApplication.translate
exclusionsTabWidget.setWindowTitle(_translate("exclusionsTabWidget", "Form"))
self.exclusionsTitle.setText(_translate("exclusionsTabWidget", "Exclusions"))
self.exclusionsDesc.setText(_translate("exclusionsTabWidget", "Files matching the specified fules will be completely ignored by Root Builder. They will not be included in the backup or cache and they will be ignored from any mods they are present in. Supports glob wildcards, and regex expressions when using the prefix r:"))
self.exclusionsDesc.setText(_translate("exclusionsTabWidget", "Files matching the specified rules will be completely ignored by Root Builder. They will not be included in the backup or cache and they will be ignored from any mods they are present in. Supports glob wildcards, and regex expressions when using the prefix r:"))
2 changes: 1 addition & 1 deletion src/plugin/rootbuilder/ui/rootbuilder_exclusions.ui
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<item>
<widget class="QLabel" name="exclusionsDesc">
<property name="text">
<string>Files matching the specified fules will be completely ignored by Root Builder. They will not be included in the backup or cache and they will be ignored from any mods they are present in. Supports glob wildcards, and regex expressions when using the prefix r:</string>
<string>Files matching the specified rules will be completely ignored by Root Builder. They will not be included in the backup or cache and they will be ignored from any mods they are present in. Supports glob wildcards, and regex expressions when using the prefix r:</string>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down

0 comments on commit 79e44c1

Please sign in to comment.