From: Sjoerd Simons Date: Tue, 3 Feb 2009 09:04:10 +0000 (+0000) Subject: Rename DTFM to Dailpad X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=6e40e4a6fa1680facf358558cd6b92802eda3241 Rename DTFM to Dailpad Signed-off-by: Sjoerd Simons svn path=/trunk/; revision=2407 --- diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 5f006a9c..4911f037 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -284,7 +284,7 @@ empathy_call_window_init (EmpathyCallWindow *self) gtk_paned_pack2 (GTK_PANED(pane), priv->sidebar, FALSE, FALSE); page = empathy_call_window_create_dtmf (self); - empathy_sidebar_add_page (EMPATHY_SIDEBAR (priv->sidebar), _("DTMF"), + empathy_sidebar_add_page (EMPATHY_SIDEBAR (priv->sidebar), _("Dailpad"), page); page = empathy_call_window_create_audio_input (self);