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 403471 - gedit has unlocalized "Close Preview" in print preview.
gedit has unlocalized "Close Preview" in print preview.
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
unspecified
Other opensolaris
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-02 05:54 UTC by Takao Fujiwara
Modified: 2007-02-06 08:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Takao Fujiwara 2007-02-02 05:54:18 UTC
One unlocalized message is reported in gedit.

To reproduce:
Gedit->File->Print Preview: "Close Preview" command label is not localized

Please fix this. 

--- gedit-2.17.4/gedit/gedit-print-job-preview.c.orig   2007-01-29 18:11:42.193848000 +0900
+++ gedit-2.17.4/gedit/gedit-print-job-preview.c        2007-01-29 18:11:56.612971000 +0900
@@ -849,7 +849,7 @@ create_toplevel (GeditPrintJobPreview *m
        gtk_widget_show (GTK_WIDGET (i));
        gtk_toolbar_insert (GTK_TOOLBAR (tb), i, -1);
                
-       i = gtk_tool_button_new (NULL, "_Close Preview");
+       i = gtk_tool_button_new (NULL, _("_Close Preview"));
        gtk_tool_button_set_use_underline (GTK_TOOL_BUTTON (i), TRUE);
        gtk_tool_item_set_is_important (i, TRUE);
        gtk_tool_item_set_tooltip (i, GTK_TOOLBAR (tb)->tooltips,
Comment 1 Paolo Borelli 2007-02-06 08:56:54 UTC
fixed and notified gnome-i18n about it.


Thanks