GNOME Bugzilla – Bug 643118
"How to choose a strong password": take markup out of translated string
Last modified: 2011-04-15 01:41:31 UTC
Could be good provide a mallard document explaining how to choose a password, instead current link to http://wolfram.org/writing/howto/password.html Pros: # no need to internet connection # translatable! Cons: # someone should write it :(
I don't know if this would help, but there is one in gnome-user-docs/gnome-help/C in http://git.gnome.org/browse/gnome-user-docs, titled user-goodpassword.page.
*** Bug 643340 has been marked as a duplicate of this bug. ***
Created attachment 185842 [details] [review] patch
Did this receive a string freeze break approval before you committed that string addition? Maybe I missed some mail...
(In reply to comment #4) > Did this receive a string freeze break approval before you committed that > string addition? Maybe I missed some mail... It's not really a string addition, we're just fixing a link. If you translate it, then good, otherwise, it still links to the same external site, and no harm is done.
What we really should do though, is to take the markup out of the translated string, and construct it in code, instead of having it in the ui file. Repurposing this bug for that.
Pushed the revert, as it *actually* changes the existing string.
Created attachment 185877 [details] [review] user-accounts: Don't include link in translation And use a link to local documentation, rather than an external website in English.
Created attachment 185882 [details] [review] user-accounts: Don't include link in translation And use a link to local documentation, rather than an external website in English. Removed mentions of "in English" for the languages that mentioned it.
Review of attachment 185882 [details] [review]: ::: panels/user-accounts/um-password-dialog.c @@ +659,3 @@ + old_label); + gtk_label_set_markup (GTK_LABEL (widget), label); + g_free (label); Hmm, I don't really like that. It would be more straightforward to just use _() here and have just an untranslated placeholder in the .ui.
Fair enough, I can fix before committing.
Had to rebase the translations slightly. Attachment 185882 [details] pushed as f8c3b0c - user-accounts: Don't include link in translation