[empathy] fixed grammatical error: setup -> set up could find this error only in src/empathy-roster-window.c c



commit 285452f0b9b234879a1b690398b8967095f716dc
Author: SandipTiwari <sandipnathtiwari gmail com>
Date:   Sat Apr 20 11:54:39 2013 +0530

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c
index c09094e..93001d8 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);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]