From kde-commits Thu Jul 01 13:26:50 2010 From: Stephan Binner Date: Thu, 01 Jul 2010 13:26:50 +0000 To: kde-commits Subject: [Konversation] a140eb6: CVS_SILENT spelling fixes Message-Id: <20100701132650.1C0C2BB545C () projects ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=127799637213156 commit a140eb62d44dc3ed6b7b46a9532ad6deca86a230 Author: Stephan Binner Date: Sat Sep 20 19:39:27 2003 +0000 CVS_SILENT spelling fixes svn path=/trunk/kdeextragear-2/konversation/; revision=252684 diff --git a/ChangeLog b/ChangeLog index b960310..41dda32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -117,7 +117,7 @@ Changes from 0.7 to 0.8: - Parsed WHOIS messages into human readable form - Pasting multiline text into input lines now behaves as expected - Hilights now honor the sending nick, too (patch by Suran. Thanks!) -- You can now hilight all your own lines independantly +- You can now hilight all your own lines independently - Fixed the problem in the appearance dialog with font names - Added DCC error dialogs - Quit/Nickchange/Kicks are now only reported in channels where the nick actually is in diff --git a/konversation/main.cpp b/konversation/main.cpp index cdca99c..9a0b093 100644 --- a/konversation/main.cpp +++ b/konversation/main.cpp @@ -46,7 +46,7 @@ int main(int argc, char* argv[]) "http://konversation.sourceforge.net/", "eisfuchs@tigress.com"); - aboutData.addAuthor("Dario Abatianni",I18N_NOOP("Project founder, main programmer, release coordiator"),"eisfuchs@tigress.com"); + aboutData.addAuthor("Dario Abatianni",I18N_NOOP("Project founder, main programmer, release coordinator"),"eisfuchs@tigress.com"); aboutData.addAuthor("Matthias Gierlings",I18N_NOOP("Color configurator, Highlight dialog"),"gismore@users.sourceforge.net"); aboutData.addAuthor("Alex Zepeda",I18N_NOOP("DCOP interface"),"garbanzo@hooked.net"); aboutData.addAuthor("Stanislav Karchebny",I18N_NOOP("Non-Latin1-Encodings"),"berkus@users.sourceforge.net");