GNOME Bugzilla – Bug 118589
Spelling problem - new grouplist - 'Shall we get download it?'
Last modified: 2006-06-18 05:03:25 UTC
It's correct in the .po files, but not in the source. --- pan/grouplist.c.orig 2003-07-29 17:51:35.000000000 +0200 +++ pan/grouplist.c 2003-07-29 17:52:11.000000000 +0200 @@ -928,7 +928,7 @@ GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, - _("We don't have a list of groups for \"%*.*s\".\nShall we get download it?"), + _("We don't have a list of groups for \"%*.*s\".\nShall we get one?"), server->name.len, server->name.len, server->name.str); gtk_dialog_set_default_response (GTK_DIALOG(w), GTK_RESPONSE_YES); g_signal_connect (w, "response", G_CALLBACK(grouplist_dialog_response_cb), server);
Created attachment 18721 [details] [review] GNU Diff Patch
Wordwrap screwed it, i added in attachment.
Fixed in CVS: http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=grouplist.c&rev1=1.329&rev2=1.330&root=/cvs/gnome http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan&command=DIFF_FRAMESET&file=ANNOUNCE.html&rev1=1.190&rev2=1.191&root=/cvs/gnome