aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor/PopupEditorWindow.cpp
diff options
context:
space:
mode:
authorGravatar Kai Wasserbäch2011-05-07 14:58:03 +0000
committerGravatar Kai Wasserbäch2011-05-07 14:58:03 +0000
commit41c26f68cfd68394d31ba0588565b497ebde3084 (patch)
tree43674906de518425f9a9a450e09d313f5ff7c341 /src/modules/popupeditor/PopupEditorWindow.cpp
parentPorted the pseudo transparency to qt4 api (diff)
downloadKVIrc-41c26f68cfd68394d31ba0588565b497ebde3084.tar.gz
KVIrc-41c26f68cfd68394d31ba0588565b497ebde3084.tar.bz2
KVIrc-41c26f68cfd68394d31ba0588565b497ebde3084.zip
Fixed typos found by Lintian.
This commit fixes: I: kvirc: spelling-error-in-binary usr/bin/kvirc writeable writable I: kvirc: spelling-error-in-binary usr/lib/kvirc/4.1/modules/libkvioptions.so allows to allows one to I: kvirc: spelling-error-in-binary usr/lib/kvirc/4.1/modules/libkvipopupeditor.so allows to allows one to git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5830 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/popupeditor/PopupEditorWindow.cpp')
-rw-r--r--src/modules/popupeditor/PopupEditorWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/popupeditor/PopupEditorWindow.cpp b/src/modules/popupeditor/PopupEditorWindow.cpp
index 0bf8481a8..4550f55c9 100644
--- a/src/modules/popupeditor/PopupEditorWindow.cpp
+++ b/src/modules/popupeditor/PopupEditorWindow.cpp
@@ -258,7 +258,7 @@ SinglePopupEditor::SinglePopupEditor(QWidget * par)
m_pExtNameEditor = new QLineEdit(this);
m_pExtNameEditor->setToolTip(
- __tr2qs_ctx("<center><b>External menu name</b><br>This allows to nest externally defined popup menus. The popup menu with the specified name will be looked up at menu setup time.</center>","editor"));
+ __tr2qs_ctx("<center><b>External menu name</b><br>This allows one to nest externally defined popup menus. The popup menu with the specified name will be looked up at menu setup time.</center>","editor"));
g->addWidget(m_pExtNameEditor,5,1,1,2);
l = new QLabel(__tr2qs_ctx("Item Id:","editor"),this);