Fix typos:

caracteristic->characteristic
Developper->Developer

svn path=/trunk/KDE/kdebase/workspace/; revision=1015523
This commit is contained in:
Yuri Chornoivan 2009-08-25 18:33:51 +00:00
parent 5522bc2e0e
commit 06471e2250
2 changed files with 2 additions and 2 deletions

View file

@ -222,7 +222,7 @@ namespace Nitrogen
( "http://www.kde-look.org/content/show.php/Nitrogen?content=99551" ) );
aboutData.addAuthor(
ki18n( "Hugo Pereira Da Costa" ), ki18n( "Developper" ),
ki18n( "Hugo Pereira Da Costa" ), ki18n( "Developer" ),
"hugo.pereira@free.fr",
"http://hugo.pereira.free.fr/index.php" );

View file

@ -68,7 +68,7 @@ namespace Nitrogen
<< NitrogenException::typeName( NitrogenException::WindowClassName )
<< NitrogenException::typeName( NitrogenException::WindowTitle ) );
type_combobox_->setToolTip( i18n(
"Select here the window caracteristic used to \n"
"Select here the window characteristic used to \n"
"identify windows to which the exception apply." ) );
label->setAlignment( Qt::AlignRight );