aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSandipTiwari <sandipnathtiwari@gmail.com>2013-04-20 14:24:39 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-05-03 20:35:27 +0800
commit285452f0b9b234879a1b690398b8967095f716dc (patch)
treeedaf50d92abcbf3d45382f7bcce03f624fae3053 /src
parent6bdef2ef6259bda727a2cbe3a827c4a39b73a7e8 (diff)
downloadgsoc2013-empathy-285452f0b9b234879a1b690398b8967095f716dc.tar
gsoc2013-empathy-285452f0b9b234879a1b690398b8967095f716dc.tar.gz
gsoc2013-empathy-285452f0b9b234879a1b690398b8967095f716dc.tar.bz2
gsoc2013-empathy-285452f0b9b234879a1b690398b8967095f716dc.tar.lz
gsoc2013-empathy-285452f0b9b234879a1b690398b8967095f716dc.tar.xz
gsoc2013-empathy-285452f0b9b234879a1b690398b8967095f716dc.tar.zst
gsoc2013-empathy-285452f0b9b234879a1b690398b8967095f716dc.zip
fixed grammatical error: setup -> set up could find this error only in src/empathy-roster-window.c changed from "You need to setup an ..." to "You need to set up an ..." as suggested.
https://bugzilla.gnome.org/show_bug.cgi?id=697302
Diffstat (limited to 'src')
-rw-r--r--src/empathy-roster-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c
index c09094eb0..93001d8d4 100644
--- a/src/empathy-roster-window.c
+++ b/src/empathy-roster-window.c
@@ -475,7 +475,7 @@ static void
display_page_no_account (EmpathyRosterWindow *self)
{
display_page_message (self,
- _("You need to setup an account to see contacts here."),
+ _("You need to set up an account to see contacts here."),
PAGE_MESSAGE_FLAG_ACCOUNTS);
}