After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 118589 - Spelling problem - new grouplist - 'Shall we get download it?'
Spelling problem - new grouplist - 'Shall we get download it?'
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-0.14.1 betas
Other Linux
: Normal trivial
: 0.14.1
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2003-07-29 15:54 UTC by Jan De Luyck
Modified: 2006-06-18 05:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GNU Diff Patch (767 bytes, patch)
2003-07-29 15:55 UTC, Jan De Luyck
none Details | Review

Description Jan De Luyck 2003-07-29 15:54:30 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);
Comment 1 Jan De Luyck 2003-07-29 15:55:27 UTC
Created attachment 18721 [details] [review]
GNU Diff Patch
Comment 2 Jan De Luyck 2003-07-29 15:55:56 UTC
Wordwrap screwed it, i added in attachment.