From: Laurent Date: Tue, 3 Apr 2012 07:31:39 +0000 (+0200) Subject: Tooltip text marked as translatable X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=52961fbbf502b79be4e913d81f3c6718c4a15d59 Tooltip text marked as translatable https://bugzilla.gnome.org/show_bug.cgi?id=673410 --- diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c index 2eba9a5e..e93573ed 100644 --- a/libempathy-gtk/empathy-presence-chooser.c +++ b/libempathy-gtk/empathy-presence-chooser.c @@ -384,8 +384,9 @@ presence_chooser_set_status_editing (EmpathyPresenceChooser *self, priv->editing_status = TRUE; get_state_and_status (self, &status); - tooltip_text = g_strdup_printf ("Current message: %s\n" - "Press Enter to set the new message or Esc to cancel.", + /* Translators: %s is a status message like 'At the pub' for example */ + tooltip_text = g_strdup_printf (_("Current message: %s\n" + "Press Enter to set the new message or Esc to cancel."), status); gtk_widget_set_tooltip_markup (entry, tooltip_text); gtk_entry_set_icon_from_stock (GTK_ENTRY (entry),