]> git.0d.be Git - empathy.git/commitdiff
fixed grammatical error: setup -> set up could find this error only in src/empathy...
authorSandipTiwari <sandipnathtiwari@gmail.com>
Sat, 20 Apr 2013 06:24:39 +0000 (11:54 +0530)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 3 May 2013 12:35:27 +0000 (14:35 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=697302

src/empathy-roster-window.c

index c09094eb0b787c7e08129549635be54e511591d1..93001d8d428b18d1137ee0382e89bbe9418e3aa0 100644 (file)
@@ -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);
 }