aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/ThemeManagementDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/theme/ThemeManagementDialog.cpp')
-rw-r--r--src/modules/theme/ThemeManagementDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/theme/ThemeManagementDialog.cpp b/src/modules/theme/ThemeManagementDialog.cpp
index df0acfc9a..a5394a530 100644
--- a/src/modules/theme/ThemeManagementDialog.cpp
+++ b/src/modules/theme/ThemeManagementDialog.cpp
@@ -387,7 +387,7 @@ void ThemeManagementDialog::deleteTheme()
continue;
if(!KviMessageBox::yesNo(
- __tr2qs_ctx("Delete Theme - KVIrc","theme"),
+ __tr2qs_ctx("Delete Selected Theme - KVIrc","theme"),
__tr2qs_ctx("Do you really wish to delete theme \"%Q\" (version %Q)?","theme"),
&(pInfo->name()), &(pInfo->version()))
)
@@ -407,7 +407,7 @@ void ThemeManagementDialog::installFromFile()
if(!KviFileDialog::askForOpenFileName(
szFileName,
- __tr2qs_ctx("Open Theme - KVIrc","theme"),
+ __tr2qs_ctx("Select a Installation File - KVIrc","theme"),
QString(),
KVI_FILTER_THEME,
false,