Mercurial > pidgin.yaz
changeset 5249:98fc2d44c2ba
[gaim-migrate @ 5621]
This bug report made me laugh a little. It's kind of silly.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 28 Apr 2003 06:23:42 +0000 |
parents | d635e8fe2fba |
children | 649e54d617da |
files | src/dialogs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dialogs.c Mon Apr 28 06:11:49 2003 +0000 +++ b/src/dialogs.c Mon Apr 28 06:23:42 2003 +0000 @@ -3287,7 +3287,7 @@ if ((strlen(gtk_entry_get_text(GTK_ENTRY(ca->entry))) == 0) && (type == 1)) { /* We shouldn't allow a blank title */ do_error_dialog(_("You cannot save an away message with a blank title"), - _("Please give the message a title, or choose \"Make Away\" to use " + _("Please give the message a title, or choose \"Use\" to use " "without saving."), GAIM_ERROR); return 0; }