[Commits] [SCM] claws branch, master, updated. 3.13.0-67-gf90abad

claws at claws-mail.org claws at claws-mail.org
Sat Nov 14 10:38:35 CET 2015


The branch, master has been updated
       via  f90abad06b715583e0ff3e7ec000e4414b17dcd9 (commit)
      from  bffd6c59e8ae058f54e7e461c5e81a337ac1048f (commit)

Summary of changes:
 src/plugins/gdata/cm_gdata_contacts.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit f90abad06b715583e0ff3e7ec000e4414b17dcd9
Author: Paul <paul at claws-mail.org>
Date:   Sat Nov 14 09:38:31 2015 +0000

    use correct term, so that notes for translators appear in the po files

diff --git a/src/plugins/gdata/cm_gdata_contacts.c b/src/plugins/gdata/cm_gdata_contacts.c
index adb8083..6cde920 100644
--- a/src/plugins/gdata/cm_gdata_contacts.c
+++ b/src/plugins/gdata/cm_gdata_contacts.c
@@ -1,5 +1,6 @@
 /* GData plugin for Claws-Mail
  * Copyright (C) 2011 Holger Berndt
+ * Copyright (C) 2011-2015 the Claws Mail team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -336,9 +337,9 @@ static void cm_gdata_query_contacts_ready(GDataContactsService *service, GAsyncR
   }
   g_object_unref(feed);
   contacts_cache.contacts = g_slist_reverse(contacts_cache.contacts);
-	/* i18n: First part of "Added X of Y contacts to cache" */
+	/* TRANSLATORS: First part of "Added X of Y contacts to cache" */
   tmpstr1 = g_strdup_printf(ngettext("Added %d of", "Added %d of", num_contacts_added), num_contacts_added);
-	/* i18n: Second part of "Added X of Y contacts to cache" */
+	/* TRANSLATORS: Second part of "Added X of Y contacts to cache" */
   tmpstr2 = g_strdup_printf(ngettext("1 contact to the cache", "%d contacts to the cache", num_contacts), num_contacts);
   log_message(LOG_PROTOCOL, "%s %s\n", tmpstr1, tmpstr2);
 	g_free(tmpstr1);

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list