# HG changeset patch # User Mark Doliner # Date 1051511022 0 # Node ID 98fc2d44c2ba98aee9fc69ddd40895889c34f8b4 # Parent d635e8fe2fbaccfc43bc8ca297d955f2f326565e [gaim-migrate @ 5621] This bug report made me laugh a little. It's kind of silly. committer: Tailor Script diff -r d635e8fe2fba -r 98fc2d44c2ba src/dialogs.c --- 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; }