Changeset 43462708 for protocols/msn


Ignore:
Timestamp:
2008-01-06T12:37:55Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
181e47a, fc82be6
Parents:
46dca11
Message:

More consistency in error/warning errors. Until now "WARNING:" was usually
in upper case while "Error:" wasn't .... that doesn't really make sense.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn_util.c

    r46dca11 r43462708  
    352352        m = l->data;
    353353        ret = g_string_sized_new( 1024 );
    354         g_string_printf( ret, "WARNING: Cleaning up MSN (switchboard) connection with unsent "
     354        g_string_printf( ret, "Warning: Cleaning up MSN (switchboard) connection with unsent "
    355355                              "messages to %s:", m->who ? m->who : "unknown recipient" );
    356356       
Note: See TracChangeset for help on using the changeset viewer.