CVS commit by mhunter: CVS_SILENT Typographical corrections and changes M +1 -1 keximainwindowimpl.cpp 1.109 --- koffice/kexi/main/keximainwindowimpl.cpp #1.108:1.109 @@ -2160,5 +2160,5 @@ void KexiMainWindowImpl::tipOfTheDay(boo KTipDialog tipDialog(new KTipDatabase(locate("data", QString("kexi/tips"))), 0); - tipDialog.setCaption(i18n("Important informations")); + tipDialog.setCaption(i18n("Important information")); QObjectList *l = tipDialog.queryList( "KPushButton" );//hack: hide <- -> buttons int i=0;