Update of /cvsroot/gaim/gaim/src
In directory sc8-pr-cvs1:/tmp/cvs-serv31860/src
Modified Files:
dialogs.c
Log Message:
This bug report made me laugh a little. It's kind of silly.
Index: dialogs.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/dialogs.c,v
retrieving revision 1.464
retrieving revision 1.465
diff -u -d -r1.464 -r1.465
--- dialogs.c 27 Apr 2003 17:33:09 -0000 1.464
+++ dialogs.c 28 Apr 2003 06:23:42 -0000 1.465
@@ -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;
}
|