Mercurial > pidgin
diff src/protocols/msn/msn.c @ 4606:864518c3767d
[gaim-migrate @ 4894]
Matthew Smith (smigs) writes:
" I fixed quite a few strings so that there are less
almost-duplicates in the po files (less strings to
translate). All that's done is capitalisation changes
and adding a full stop or two."
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Sun, 23 Feb 2003 02:21:17 +0000 |
| parents | 221fb7143cd4 |
| children | d19872836812 |
line wrap: on
line diff
--- a/src/protocols/msn/msn.c Sat Feb 22 22:09:44 2003 +0000 +++ b/src/protocols/msn/msn.c Sun Feb 23 02:21:17 2003 +0000 @@ -1599,13 +1599,13 @@ case MSN_BUSY : return _("Busy"); case MSN_BRB : - return _("Be right back"); + return _("Be Right Back"); case MSN_AWAY : - return _("Away from the computer"); + return _("Away From Computer"); case MSN_PHONE : - return _("On the phone"); + return _("On The Phone"); case MSN_LUNCH : - return _("Out to lunch"); + return _("Out To Lunch"); case MSN_IDLE : return _("Idle"); default:
