GNOME Bugzilla – Bug 630424
The Cancel button can't be translated (patch)
Last modified: 2011-02-28 02:12:30 UTC
Created attachment 170923 [details] [review] Fix translations of the Cancel button The Cancel button in GDM can't be translated. The attached patch uses a stock GTK Cancel button instead of a custom one. This way the translations will be taken from GTK, the string freeze won't be broken and it won't require any changes from the translators. The Cancel button was broken by git commit 706a532d, this patch essentially reverts the .ui file part of that commit. There is a Fedora bug for this issue as well: https://bugzilla.redhat.com/show_bug.cgi?id=634548
Also reported in Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/gdm/+bug/654387
bug 630424 and bug 631235 . FYI: One concern is "Log In" and "Password" have no accelerator key but GtkStock gtk-cancel has the accelerator "_C". Regarding to bug 631280, pam module has the translation out of gdm.
*** Bug 639617 has been marked as a duplicate of this bug. ***
Ping - can this get a commit now in either gtk3 or master or both, please? Ray?
The string is marked as translatable in current gdm. Switching back to using the stock gtk string might make sense, in the light of auto-mnemonics, but the translation issue is solved.