Mercurial > pidgin
diff libpurple/protocols/toc/toc.c @ 15382:21bc8d84974f
I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able
to provide a user-readable client name as well as website, as some of my re-wordings come out somewhat awkward when I force not mentioning Gaim
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Mon, 22 Jan 2007 09:27:02 +0000 |
| parents | 5fe8042783c1 |
| children | 0b6f337a46d5 |
line wrap: on
line diff
--- a/libpurple/protocols/toc/toc.c Mon Jan 22 09:05:30 2007 +0000 +++ b/libpurple/protocols/toc/toc.c Mon Jan 22 09:27:02 2007 +0000 @@ -995,13 +995,6 @@ gaim_notify_info(gc, NULL, _("Password Change Successful"), NULL); } else if (!g_ascii_strcasecmp(c, "PAUSE")) { tdt->state = STATE_PAUSE; - gaim_notify_warning(gc, NULL, - _("TOC has sent a PAUSE command."), - _("When this happens, TOC ignores any messages " - "sent to it, and may kick you off if you send a" - " message. Gaim will prevent anything from " - "going through. This is only temporary, please " - "be patient.")); } else if (!g_ascii_strcasecmp(c, "RVOUS_PROPOSE")) { #if 0 char *user, *uuid, *cookie; @@ -2192,7 +2185,7 @@ ft->port = fr->port; ft->files = fr->files; - ft->window = window = gtk_file_selection_new(_("Gaim - Save As...")); + ft->window = window = gtk_file_selection_new(_("Save As...")); g_snprintf(buf, sizeof(buf), "%s/%s", gaim_home_dir(), fr->filename ? fr->filename : ""); gtk_file_selection_set_filename(GTK_FILE_SELECTION(window), buf); g_signal_connect(G_OBJECT(window), "destroy",
