GNOME Bugzilla – Bug 673410
Tooltip text when editing should be translatable
Last modified: 2012-04-03 09:30:15 UTC
A new tooltip text appeared when editing status (cf http://git.gnome.org/browse/empathy/commit/?id=812ecb86b9e0378f4fb0c1a59d663d067e35d136 ) but the string isn't marked as translatable as it should.
Created attachment 211200 [details] [review] Tooltip text marked as translatable
Review of attachment 211200 [details] [review]: ::: libempathy-gtk/empathy-presence-chooser.c @@ +384,3 @@ priv->editing_status = TRUE; get_state_and_status (self, &status); To be nice with our translators friends, it would be good to have a small comment explaining the semantic of the '%s'. Add something like that to the line before the string: /* translators: %s is a status message like 'At the pub' for example */
Created attachment 211208 [details] [review] Tooltip text marked as translatable
Merged to master, thanks! Attachment 211208 [details] pushed as 52961fb - Tooltip text marked as translatable