diff options
| author | 2015-11-27 15:34:12 +0000 | |
|---|---|---|
| committer | 2015-12-05 11:33:52 +0000 | |
| commit | 6870d78472899e7709e2d38f8b18d01a498e3234 (patch) | |
| tree | 0c0692ebf2e2ef3e6a5b9948a4ddbfb651ace803 /src/modules/aliaseditor/AliasEditorWindow.cpp | |
| parent | libkviavatar: help text update (diff) | |
| download | KVIrc-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.cpp | 2 |
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(); |
