diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-10-17 20:18:06 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-10-17 20:18:06 +0800 |
commit | faa25d791a038e534f2cace133444c93460c8aad (patch) | |
tree | ff31672ab10dfe3e6dba3b25ffb6d6156103564d /src | |
parent | c76c58bfb2f77a14b417cedcedb7f59028db4304 (diff) | |
download | gsoc2013-empathy-faa25d791a038e534f2cace133444c93460c8aad.tar gsoc2013-empathy-faa25d791a038e534f2cace133444c93460c8aad.tar.gz gsoc2013-empathy-faa25d791a038e534f2cace133444c93460c8aad.tar.bz2 gsoc2013-empathy-faa25d791a038e534f2cace133444c93460c8aad.tar.lz gsoc2013-empathy-faa25d791a038e534f2cace133444c93460c8aad.tar.xz gsoc2013-empathy-faa25d791a038e534f2cace133444c93460c8aad.tar.zst gsoc2013-empathy-faa25d791a038e534f2cace133444c93460c8aad.zip |
debug-window: fix typo
https://bugzilla.gnome.org/show_bug.cgi?id=686067
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-debug-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c index 9e3e7f381..c850d006b 100644 --- a/src/empathy-debug-window.c +++ b/src/empathy-debug-window.c @@ -2032,7 +2032,7 @@ am_prepared_cb (GObject *am, "recently sent or received.\nIf you don't want to see such " "information available in a public bug report, you " "can choose to limit the visibility of your bug to " - "Empathy developpers when reporting it by displaying " + "Empathy developers when reporting it by displaying " "the advanced fields in the " "<a href=\"https://bugzilla.gnome.org/enter_bug.cgi?product=empathy\">" "bug report</a>.")); |