aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorLaurent <lcontzen@gmail.com>2012-04-03 15:31:39 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-03 17:29:48 +0800
commit52961fbbf502b79be4e913d81f3c6718c4a15d59 (patch)
treef6e9b42ee161e7b4be71fbbefc84072655999862 /libempathy-gtk
parent4b95ad17bf3d3e4e0bf78ecdb10435e64bd416b8 (diff)
downloadgsoc2013-empathy-52961fbbf502b79be4e913d81f3c6718c4a15d59.tar
gsoc2013-empathy-52961fbbf502b79be4e913d81f3c6718c4a15d59.tar.gz
gsoc2013-empathy-52961fbbf502b79be4e913d81f3c6718c4a15d59.tar.bz2
gsoc2013-empathy-52961fbbf502b79be4e913d81f3c6718c4a15d59.tar.lz
gsoc2013-empathy-52961fbbf502b79be4e913d81f3c6718c4a15d59.tar.xz
gsoc2013-empathy-52961fbbf502b79be4e913d81f3c6718c4a15d59.tar.zst
gsoc2013-empathy-52961fbbf502b79be4e913d81f3c6718c4a15d59.zip
Tooltip text marked as translatable
https://bugzilla.gnome.org/show_bug.cgi?id=673410
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-presence-chooser.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c
index 2eba9a5ea..e93573ed1 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 ("<b>Current message: %s</b>\n"
- "<small><i>Press Enter to set the new message or Esc to cancel.</i></small>",
+ /* Translators: %s is a status message like 'At the pub' for example */
+ tooltip_text = g_strdup_printf (_("<b>Current message: %s</b>\n"
+ "<small><i>Press Enter to set the new message or Esc to cancel.</i></small>"),
status);
gtk_widget_set_tooltip_markup (entry, tooltip_text);
gtk_entry_set_icon_from_stock (GTK_ENTRY (entry),