diff options
author | Bruce Cowan <bugs@bcowan.fastmail.co.uk> | 2009-02-17 05:24:13 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-17 05:24:13 +0800 |
commit | 163f1b912f1ad65f4de24cf913a38e5c531fe9c0 (patch) | |
tree | ab01a040111a8450ce6b91bbdfcf46d9628db6e3 /src/empathy-call-window.glade | |
parent | 07aa34eff0d73eb01feba12c91ed6b560fc79762 (diff) | |
download | gsoc2013-empathy-163f1b912f1ad65f4de24cf913a38e5c531fe9c0.tar gsoc2013-empathy-163f1b912f1ad65f4de24cf913a38e5c531fe9c0.tar.gz gsoc2013-empathy-163f1b912f1ad65f4de24cf913a38e5c531fe9c0.tar.bz2 gsoc2013-empathy-163f1b912f1ad65f4de24cf913a38e5c531fe9c0.tar.lz gsoc2013-empathy-163f1b912f1ad65f4de24cf913a38e5c531fe9c0.tar.xz gsoc2013-empathy-163f1b912f1ad65f4de24cf913a38e5c531fe9c0.tar.zst gsoc2013-empathy-163f1b912f1ad65f4de24cf913a38e5c531fe9c0.zip |
Minor string fixes. Fixes bug #571635
From: Bruce Cowan <bugs@bcowan.fastmail.co.uk>
svn path=/trunk/; revision=2473
Diffstat (limited to 'src/empathy-call-window.glade')
-rw-r--r-- | src/empathy-call-window.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-call-window.glade b/src/empathy-call-window.glade index 77a68c7ca..a3405db1e 100644 --- a/src/empathy-call-window.glade +++ b/src/empathy-call-window.glade @@ -111,7 +111,7 @@ <child> <widget class="GtkToggleToolButton" id="camera"> <property name="visible">True</property> - <property name="label" translatable="yes">Send Video</property> + <property name="label" translatable="yes">Send video</property> <property name="icon_name">camera-web</property> </widget> <packing> |