Skip to content

Commit

Permalink
UI: Update LegendarySettings UI file
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Feb 20, 2024
1 parent 91d8cb3 commit ddbd943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rare/ui/components/tabs/settings/legendary.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def retranslateUi(self, LegendarySettings):
_translate = QtCore.QCoreApplication.translate
self.install_dir_group.setTitle(_translate("LegendarySettings", "Default installation folder"))
self.download_group.setTitle(_translate("LegendarySettings", "Download settings"))
self.max_workers_label.setText(_translate("LegendarySettings", "Max sorkers"))
self.max_workers_label.setText(_translate("LegendarySettings", "Max workers"))
self.max_workers_info_label.setText(_translate("LegendarySettings", "Less is slower (0: Default)"))
self.max_memory_label.setText(_translate("LegendarySettings", "Max shared memory"))
self.max_memory_spin.setSuffix(_translate("LegendarySettings", "MiB"))
Expand Down

0 comments on commit ddbd943

Please sign in to comment.