From kde-commits Thu Jan 20 12:11:55 2005 From: =?utf-8?q?Stanislav=20Vi=C5=A1=C5=88ovsk=C3=BD?= X-MARC-Message: https://marc.info/?l=kde-commits&m=110622317125795 CVS commit by nanulo: Add credits for Eva M +3 -1 main.cpp 1.82 --- kdesdk/kbabel/kbabel/main.cpp #1.81:1.82 @@ -530,5 +530,7 @@ int main(int argc, char **argv) about.addCredit("", I18N_NOOP("KBabel contains code from the following projects:\n" - "Qt by Trolltech and GNU gettext")); + "Qt by Trolltech")); + + about.addCredit("Eva Brucherseifer", I18N_NOOP("String difference algorithm implementation"), "eva@kde.org"); about.setTranslator(I18N_NOOP("_: NAME OF TRANSLATORS\nYour names")