** Changed in: chromium-browser (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1751678
Title:
Untranslated buttons "Cancel" and "Save" when downloadi
Fixed in Chromium 66.0.3359.181.
** Attachment added: "Screenshot"
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1751678/+attachment/5147836/+files/1.png
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bu
Upstream bug report:
https://bugs.chromium.org/p/chromium/issues/detail?id=816923
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1751678
Title:
Untranslated buttons "Cancel" and "Save" when downloadi
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,
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
** Changed in: chromium-browser (Ubuntu)
Importance: Undecided => Medium
--
You rece