aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/SaveThemeDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/theme/SaveThemeDialog.cpp')
-rw-r--r--src/modules/theme/SaveThemeDialog.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/modules/theme/SaveThemeDialog.cpp b/src/modules/theme/SaveThemeDialog.cpp
index 554dffcd7..3b7f5801b 100644
--- a/src/modules/theme/SaveThemeDialog.cpp
+++ b/src/modules/theme/SaveThemeDialog.cpp
@@ -301,10 +301,7 @@ bool SaveThemeDialog::saveTheme()
}
}
- QString szMsg = __tr2qs_ctx("Theme saved successfully to ","theme");
- QString szThemePath;
- sto.getCompleteDirPath(szThemePath);
- szMsg += szThemePath;
+ QString szMsg = __tr2qs_ctx("Theme saved successfully to %1","theme").arg(szAbsDir);
QMessageBox::information(this,__tr2qs_ctx("Save Theme - KVIrc","theme"),szMsg,QMessageBox::Ok,
QMessageBox::NoButton,QMessageBox::NoButton);