GNOME Bugzilla – Bug 544860
bad sentence splitting in google contacts plugin
Last modified: 2008-08-01 17:49:32 UTC
http://svn.gnome.org/viewvc/evolution/trunk/plugins/google-account-setup/google-contacts-source.c?revision=35797&view=markup update_cb = gtk_check_button_new_with_label (_("Update every")); [...] label = gtk_label_new (_("minute(s)")); http://live.gnome.org/TranslationProject/DevGuidelines/Never split sentences probably will not work here, but at least add comments to both strings for the translators please. http://live.gnome.org/TranslationProject/DevGuidelines/Use%20comments
Added comments: /* Translators: This is the first half of the sentence "Update * every NNN minute(s)", where NNN is a spin button widget. */ Similarly for the second half. Fixed in revision 35882.