aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/global
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-03-20 21:50:30 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-03-20 21:51:36 +0100
commit75d0078a38e994cefc72507c8fb69af58f63f921 (patch)
treedad04dcff862d14688bc9d5da877411545ee281a /launcher/ui/pages/global
parent536b1a23fc95626c670f25abe66940c1481713bc (diff)
downloadPrismLauncher-75d0078a38e994cefc72507c8fb69af58f63f921.tar.gz
PrismLauncher-75d0078a38e994cefc72507c8fb69af58f63f921.tar.bz2
PrismLauncher-75d0078a38e994cefc72507c8fb69af58f63f921.zip
fix: retranslate CustomCommands
Diffstat (limited to 'launcher/ui/pages/global')
-rw-r--r--launcher/ui/pages/global/CustomCommandsPage.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/launcher/ui/pages/global/CustomCommandsPage.cpp b/launcher/ui/pages/global/CustomCommandsPage.cpp
index 65544d5c..436d766e 100644
--- a/launcher/ui/pages/global/CustomCommandsPage.cpp
+++ b/launcher/ui/pages/global/CustomCommandsPage.cpp
@@ -2,6 +2,7 @@
/*
* PolyMC - Minecraft Launcher
* Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org>
+ * Copyright (c) 2022 Sefa Eyeoglu <contact@scrumplex.net>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -87,5 +88,5 @@ void CustomCommandsPage::loadSettings()
void CustomCommandsPage::retranslate()
{
- // fixme: implement
+ commands->retranslate();
}