[evolution-mapi] Fixed singular form
- From: Marek Äernockà <mcernocky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-mapi] Fixed singular form
- Date: Fri, 3 Feb 2012 22:13:43 +0000 (UTC)
commit 73ed41572e142910ec1729bb611fbd1ad8fbc911
Author: Marek Äernockà <marek manet cz>
Date: Fri Feb 3 23:13:32 2012 +0100
Fixed singular form
src/account-setup-eplugin/e-mapi-search-gal-user.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/account-setup-eplugin/e-mapi-search-gal-user.c b/src/account-setup-eplugin/e-mapi-search-gal-user.c
index 81ccedd..9484fc2 100644
--- a/src/account-setup-eplugin/e-mapi-search-gal-user.c
+++ b/src/account-setup-eplugin/e-mapi-search-gal-user.c
@@ -228,7 +228,7 @@ search_gal_finish_idle (gpointer user_data)
g_free (str);
} else {
gchar *str;
- str = g_strdup_printf (ngettext ("Found %d users, but showing only first %d", "Found %d users, but showing only first %d", sid->found_total), sid->found_total, added);
+ str = g_strdup_printf (ngettext ("Found %d user, but showing only first %d", "Found %d users, but showing only first %d", sid->found_total), sid->found_total, added);
gtk_label_set_text (GTK_LABEL (pgu->info_label), str);
g_free (str);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]