Untranslated buttons "Cancel" and "Save" when downloading a file

Bug #1751678 reported by Sam Rosewood
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
chromium-browser (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

When system language is non-English, the are untranslated buttons "Cancel" and "Save" when downloading a file. Screenshot is attached.

Revision history for this message
Sam Rosewood (samrosewood) wrote :
Revision history for this message
Olivier Tilloy (osomon) wrote :

I can observe the issue too. It's a stock GTK file save dialog, but other apps that use it too don't seem to be affected (e.g. gedit).

Changed in chromium-browser (Ubuntu):
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
Olivier Tilloy (osomon) wrote :

The GTK save dialog is invoked in libgtkui::SelectFileDialogImplGTK::CreateSaveAsDialog(…) like so:

GtkWidget* dialog = gtk_file_chooser_dialog_new(
    title_string.c_str(), nullptr, GTK_FILE_CHOOSER_ACTION_SAVE,
    GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_SAVE,
    GTK_RESPONSE_ACCEPT, nullptr);

Revision history for this message
Olivier Tilloy (osomon) wrote :
Revision history for this message
Sam Rosewood (samrosewood) wrote :

Fixed in Chromium 66.0.3359.181.

Changed in chromium-browser (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.