]> git.0d.be Git - empathy.git/blobdiff - src/empathy-call-window.c
Fix typo
[empathy.git] / src / empathy-call-window.c
index 8d86d92152a9e2cb1d57449e69bdb4e7c6543c8a..1ea9570796806e129b18a61404762ea1bd398520 100644 (file)
@@ -302,7 +302,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), _("Dailpad"),
+  empathy_sidebar_add_page (EMPATHY_SIDEBAR (priv->sidebar), _("Dialpad"),
     page);
 
   page = empathy_call_window_create_audio_input (self);