From 285452f0b9b234879a1b690398b8967095f716dc Mon Sep 17 00:00:00 2001 From: SandipTiwari Date: Sat, 20 Apr 2013 11:54:39 +0530 Subject: [PATCH] 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 --- src/empathy-roster-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c index c09094eb..93001d8d 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); } -- 2.39.2