aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-01-31 07:08:58 +0800
committerChristian Persch <chpe@src.gnome.org>2006-01-31 07:08:58 +0800
commit69e6a3f34faadf357c8046fc7f9fc3dd0e7186f2 (patch)
tree29ba3b344a8ebf277a061b6d518858742ee7c537
parent5a25f384ec84c94e89e07558296620dc74681e7b (diff)
downloadgsoc2013-epiphany-69e6a3f34faadf357c8046fc7f9fc3dd0e7186f2.tar.gz
gsoc2013-epiphany-69e6a3f34faadf357c8046fc7f9fc3dd0e7186f2.tar.zst
gsoc2013-epiphany-69e6a3f34faadf357c8046fc7f9fc3dd0e7186f2.zip
Use ngettext here.
2006-01-31 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-properties.c: (show_duplicate_cb): Use ngettext here.
-rw-r--r--ChangeLog6
-rw-r--r--src/bookmarks/ephy-bookmark-properties.c4
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8286a49ad..a3afb5298 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-31 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/bookmarks/ephy-bookmark-properties.c: (show_duplicate_cb):
+
+ Use ngettext here.
+
2006-01-30 Peter Harvey <peter.a.harvey@gmail.com>
* src/bookmarks/ephy-bookmark-properties.c
diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c
index 6c46ccbc8..c4a46a9cd 100644
--- a/src/bookmarks/ephy-bookmark-properties.c
+++ b/src/bookmarks/ephy-bookmark-properties.c
@@ -243,7 +243,9 @@ show_duplicate_cb (GtkButton *button,
if (identical->len > 0)
{
- label = g_strdup_printf (_("_Unify With %d Identical Bookmark(s)"),
+ label = g_strdup_printf (ngettext ("_Unify With %d Identical Bookmark",
+ "_Unify With %d Identical Bookmarks",
+ identical->len),
identical->len);
item = gtk_image_menu_item_new_with_mnemonic (label);
g_free (label);
h=dependabot/npm_and_yarn/devel/electron6/files/ini-1.3.8&id=745d00589c6d99de75e4f80e3b1496d2e5882aa9'>Merge from area51 repository:makc2013-02-052-3/+3 * - Update Calligra Suite to 2.5.2.avilla2012-09-171-2/+2 * - Update Calligra to 2.5.1.avilla2012-09-012-7/+2 * The KDE/FreeBSD team is pleased to announce version 2.5 of Calligra,avilla2012-08-262-10/+2 * - Update Calligra to 2.4.3.avilla2012-07-051-2/+2 * The KDE/FreeBSD team is pleased to announce Calligra Suite 2.4.2, KDEavilla2012-05-314-32/+37 * - Update KOffice to 2.3.3.avilla2011-04-131-2/+2 * - Update KOffice to 2.3.1.avilla2011-03-252-3/+7 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * Update KOffice l10n ports to 2.2.2makc2010-08-281-3/+3 * - Update KOffice (and its l10n packs) to 2.2.0 releasefluffy2010-06-192-4/+9 * - Update KOffice to 2.1.2 releasefluffy2010-05-112-4/+3 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-0/+1 * The KDE FreeBSD team is proud to announce the release of KOffice2 suite for F...fluffy2009-12-223-49/+39 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1 * - Update CATEGORIEStabthorpe2009-06-291-1/+1 * Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-042-5/+4 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-143-5/+4 * Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-203-4/+5 * KDE 3.5.4 / KOffice 1.5.2lofi2006-09-132-4/+4 * Update to KOffice 1.5.1lofi2006-05-272-4/+4 * Update to KOffice 1.5.0lofi2006-04-293-6/+5 * SHA256ifyedwin2006-01-22