Bug 695578 - Trailing space in translatable string
authorMatthew Barnes <mbarnes@redhat.com>
Mon, 15 Apr 2013 11:42:26 +0000 (07:42 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Mon, 15 Apr 2013 11:42:26 +0000 (07:42 -0400)
addressbook/backends/ldap/e-book-backend-ldap.c

index 5f863b8..bdd0a64 100644 (file)
@@ -5105,7 +5105,7 @@ generate_cache_handler (LDAPOp *op,
                        contact_num++;
                        if (book_view) {
                                status_msg = g_strdup_printf (
-                                       _("Downloading contacts (%d)... "),
+                                       _("Downloading contacts (%d)..."),
                                        contact_num);
                                book_view_notify_status (bl, book_view, status_msg);
                                g_free (status_msg);