aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcircuit10 <heath.mitchell27@gmail.com>2022-10-21 16:28:04 +0100
committerGitHub <noreply@github.com>2022-10-21 16:28:04 +0100
commitff2f40f5e10bf742170df938c56a9d21854f370b (patch)
tree8c29847e0d493c89cda6f480e71ea5c697113136
parent749b085063f4ac14de64db7ffeef25fae9d60896 (diff)
downloadPrismLauncher-ff2f40f5e10bf742170df938c56a9d21854f370b.tar.gz
PrismLauncher-ff2f40f5e10bf742170df938c56a9d21854f370b.tar.bz2
PrismLauncher-ff2f40f5e10bf742170df938c56a9d21854f370b.zip
Fix typo
Signed-off-by: circuit10 <heath.mitchell27@gmail.com>
-rw-r--r--launcher/ui/pages/global/LauncherPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/global/LauncherPage.cpp b/launcher/ui/pages/global/LauncherPage.cpp
index 1e5df5b2..b8431e8c 100644
--- a/launcher/ui/pages/global/LauncherPage.cpp
+++ b/launcher/ui/pages/global/LauncherPage.cpp
@@ -147,7 +147,7 @@ void LauncherPage::on_instDirBrowseBtn_clicked()
{
QMessageBox warning;
warning.setText(tr("You're trying to specify an instance folder "
- "which was granted temporaily via Flatpak.\n"
+ "which was granted temporarily via Flatpak.\n"
"This is known to cause problems. "
"After a restart the launcher might break, "
"because it will no longer have access to that directory.\n\n"