Changeset 1361 for plugins

Show
Ignore:
Timestamp:
11/27/08 02:40:50 (6 weeks ago)
Author:
MattRead
Message:

blogroll: Fix error messages so they claim to be an error not successful

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/blogroll/trunk/blogroll.plugin.php

    r1360 r1361  
    795795        } 
    796796        else { 
    797             EventLog::log('Could connect to weblogs.com'); 
     797            EventLog::log('Could not connect to weblogs.com'); 
    798798            return false; 
    799799        } 
     
    848848        } 
    849849        catch (Exception $e) { 
    850             EventLog::log( _t('Could Import previous data. please import manually and drop tables.', 'blogroll') ); 
     850            EventLog::log( _t('Could not Import previous data. please import manually and drop tables.', 'blogroll') ); 
    851851        } 
    852852