aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-02-04 06:21:14 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-02-04 06:21:14 +0800
commitdbf1b2f82e8f3215dd7ed7602dcab876fe72a3d9 (patch)
tree94819bb91a455be8755a3a921ec9cb3cfa1fc58d
parent04183be174a799d2a58353699abb0084370eb673 (diff)
downloadgsoc2013-empathy-dbf1b2f82e8f3215dd7ed7602dcab876fe72a3d9.tar
gsoc2013-empathy-dbf1b2f82e8f3215dd7ed7602dcab876fe72a3d9.tar.gz
gsoc2013-empathy-dbf1b2f82e8f3215dd7ed7602dcab876fe72a3d9.tar.bz2
gsoc2013-empathy-dbf1b2f82e8f3215dd7ed7602dcab876fe72a3d9.tar.lz
gsoc2013-empathy-dbf1b2f82e8f3215dd7ed7602dcab876fe72a3d9.tar.xz
gsoc2013-empathy-dbf1b2f82e8f3215dd7ed7602dcab876fe72a3d9.tar.zst
gsoc2013-empathy-dbf1b2f82e8f3215dd7ed7602dcab876fe72a3d9.zip
Fix typo
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2424 4ee84921-47dd-4033-b63a-18d7a039a3e4
-rw-r--r--src/empathy-call-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 8d86d9215..1ea957079 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -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);