aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bookmarks/ephy-bookmark-properties.c4
1 files changed, 3 insertions, 1 deletions
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);