SVN commit 492282 by mhunter: Typographical corrections and changes CCMAIL:kde-i18n-doc@kde.org M +1 -1 components/debugger/dbgp/quantadebuggerdbgp.cpp M +2 -2 project/teammembersdlg.cpp --- branches/KDE/3.5/kdewebdev/quanta/components/debugger/dbgp/quantadebuggerdbgp.cpp #492281:492282 @@ -910,7 +910,7 @@ { if(attribute(setnode, "success") == "0") { - debuggerInterface()->showStatus(i18n("Unable to set value of variable!"), true); + debuggerInterface()->showStatus(i18n("Unable to set value of variable."), true); } } --- branches/KDE/3.5/kdewebdev/quanta/project/teammembersdlg.cpp #492281:492282 @@ -76,7 +76,7 @@ } else if (nickName.isEmpty()) { - KMessageBox::error(this, i18n("The nickname cannot be empty as it is used as an unique identifier.")); + KMessageBox::error(this, i18n("The nickname cannot be empty as it is used as a unique identifier.")); addDlg.show(); } else if (!checkDuplicates(0L, name, nickName, email, role, task, subProject)) @@ -146,7 +146,7 @@ } else if (nickName.isEmpty()) { - KMessageBox::error(this, i18n("The nickname cannot be empty as it is used as an unique identifier.")); + KMessageBox::error(this, i18n("The nickname cannot be empty as it is used as a unique identifier.")); editDlg.show(); } else if (!checkDuplicates(item, name, nickName, email, role, task, subProject))