From 43dfa91e96a82455faeeb6376b02b0dc8a53c93c Mon Sep 17 00:00:00 2001 From: Aaron Weber Date: Mon, 30 Sep 2002 20:11:15 +0000 Subject: It's a grand old string-review! Nitpicky and minor changes; details in the appropriate ChangeLog files. svn path=/trunk/; revision=18268 --- addressbook/gui/widgets/e-addressbook-util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/gui/widgets') diff --git a/addressbook/gui/widgets/e-addressbook-util.c b/addressbook/gui/widgets/e-addressbook-util.c index a0ec15f3cc..04f4238fbd 100644 --- a/addressbook/gui/widgets/e-addressbook-util.c +++ b/addressbook/gui/widgets/e-addressbook-util.c @@ -210,8 +210,8 @@ e_addressbook_show_multiple_cards (EBook *book, GNOME_STOCK_BUTTON_CANCEL, NULL); - string = g_strdup_printf (_("You have requested that %d cards be cards. This will cause %d new windows to be\n" - "displayed on your screen. Do you really want to display all of these cards?"), length, length); + string = g_strdup_printf (_("Opening %d cards will open %d new windows as well.\n" + "Do you really want to display all of these cards?"), length, length); gtk_box_pack_start (GTK_BOX (GNOME_DIALOG (dialog)->vbox), gtk_label_new (string), FALSE, FALSE, 0); g_free (string); -- cgit v1.2.3