Mon, 28 Apr 2003 06:23:42 +0000
[gaim-migrate @ 5621]
This bug report made me laugh a little. It's kind of silly.
| src/dialogs.c | file | annotate | diff | comparison | revisions |
--- 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; }