Mercurial > pidgin
diff src/buddy.c @ 5116:c081a81ee013
[gaim-migrate @ 5479]
Bjoern Voigt writes:
"I have prepared some updates and patches:
1) File i18n5-de.patch
- updated German translation
2) File i18n5.patch
- new files in po/POTFILES.in
- new strings marked for translation
3) File i18n5-accelgroup.patch
- keyboard accelerators for conversation window
4) File i18n5-gaim-remote.patch
- i18n support for gaim-remote.c
- correct handling of "--help" option"
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Sat, 12 Apr 2003 23:31:41 +0000 |
| parents | 29b80bc21ba7 |
| children | feda37d46e17 |
line wrap: on
line diff
--- a/src/buddy.c Sat Apr 12 01:53:54 2003 +0000 +++ b/src/buddy.c Sat Apr 12 23:31:41 2003 +0000 @@ -731,7 +731,7 @@ b->evil ? _("\n<b>Warned:</b>") : "", b->evil ? warning : "", !GAIM_BUDDY_IS_ONLINE(b) ? _("\n<b>Status:</b> Offline") : "", statustext ? "\n" : "", statustext ? statustext : "", - !g_ascii_strcasecmp(b->name, "robflynn") ? "\n<b>Description:</b> Spooky" : ""); + !g_ascii_strcasecmp(b->name, "robflynn") ? _("\n<b>Description:</b> Spooky") : ""); if(warning) g_free(warning);
