aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-05 22:27:40 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-05 22:27:40 +0800
commitc5dc13e2fd6126415d01e6035d74bf8cf2cb3792 (patch)
tree76410b821b3d7abb26c4c280fc7030a209bf3bbb /src/empathy-call-window.c
parentf01e82a81513ca159ed4e806deb80c4baaf88d07 (diff)
downloadgsoc2013-empathy-c5dc13e2fd6126415d01e6035d74bf8cf2cb3792.tar
gsoc2013-empathy-c5dc13e2fd6126415d01e6035d74bf8cf2cb3792.tar.gz
gsoc2013-empathy-c5dc13e2fd6126415d01e6035d74bf8cf2cb3792.tar.bz2
gsoc2013-empathy-c5dc13e2fd6126415d01e6035d74bf8cf2cb3792.tar.lz
gsoc2013-empathy-c5dc13e2fd6126415d01e6035d74bf8cf2cb3792.tar.xz
gsoc2013-empathy-c5dc13e2fd6126415d01e6035d74bf8cf2cb3792.tar.zst
gsoc2013-empathy-c5dc13e2fd6126415d01e6035d74bf8cf2cb3792.zip
use 'Technical Details' as title of the expander
Diffstat (limited to 'src/empathy-call-window.c')
-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 1d2b2c597..df1ed5159 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -1508,7 +1508,7 @@ display_error (EmpathyCallWindow *self,
{
GtkWidget *expander;
- expander = gtk_expander_new (_("Details"));
+ expander = gtk_expander_new (_("Technical Details"));
txt = g_strdup_printf ("<i>%s</i>", details);