1
0
Fork 0
mirror of synced 2024-05-18 11:32:50 +12:00

Overlays: Update title strings

This commit is contained in:
loathingKernel 2023-12-31 17:53:32 +02:00
parent 98213d1ce5
commit bb5b0f1585

View file

@ -202,7 +202,7 @@ class OverlaySettings(QGroupBox):
class DxvkSettings(OverlaySettings):
def __init__(self, parent=None):
super(DxvkSettings, self).__init__(parent=parent)
self.setTitle(self.tr("DXVK Settings"))
self.setTitle(self.tr("DXVK settings"))
self.setupWidget(
[
("fps", QCoreApplication.translate("DxvkSettings", "FPS")),
@ -243,7 +243,7 @@ mangohud_position = [
class MangoHudSettings(OverlaySettings):
def __init__(self, parent=None):
super(MangoHudSettings, self).__init__(parent=parent)
self.setTitle(self.tr("MangoHud Settings"))
self.setTitle(self.tr("MangoHud settings"))
self.setupWidget(
[
("fps", QCoreApplication.translate("MangoSettings", "FPS")),