aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/aliaseditor/AliasEditorWindow.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2015-11-27 15:34:12 +0000
committerGravatar un1versal2015-12-05 11:33:52 +0000
commit6870d78472899e7709e2d38f8b18d01a498e3234 (patch)
tree0c0692ebf2e2ef3e6a5b9948a4ddbfb651ace803 /src/modules/aliaseditor/AliasEditorWindow.cpp
parentlibkviavatar: help text update (diff)
downloadKVIrc-6870d78472899e7709e2d38f8b18d01a498e3234.tar.gz
KVIrc-6870d78472899e7709e2d38f8b18d01a498e3234.tar.bz2
KVIrc-6870d78472899e7709e2d38f8b18d01a498e3234.zip
AliasEditorWindow: child items seems correct usage.
Diffstat (limited to 'src/modules/aliaseditor/AliasEditorWindow.cpp')
-rw-r--r--src/modules/aliaseditor/AliasEditorWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/aliaseditor/AliasEditorWindow.cpp b/src/modules/aliaseditor/AliasEditorWindow.cpp
index 1515eb326..bdd54c845 100644
--- a/src/modules/aliaseditor/AliasEditorWindow.cpp
+++ b/src/modules/aliaseditor/AliasEditorWindow.cpp
@@ -940,7 +940,7 @@ bool AliasEditorWidget::removeItem(AliasEditorTreeWidgetItem *it,bool * pbYesToA
else {
szMsg = QString(__tr2qs_ctx("Do you really want to remove the namespace \"%1\"?","editor")).arg(szName);
szMsg += "<br>";
- szMsg += __tr2qs_ctx("Please note that all the children items will be deleted too.","editor");
+ szMsg += __tr2qs_ctx("Please note that all the child items will be deleted too.","editor");
}
g_pAliasEditorModule->lock();