From b143b1b66658c1084f0cb0c9b18fe0c4fdd03c3d Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Wed, 19 Jan 2000 14:58:00 +0000 Subject: [PATCH] typo fix --- plug-ins/gflare/gflare.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plug-ins/gflare/gflare.c b/plug-ins/gflare/gflare.c index 370fb0ca62..c5f26b8a40 100644 --- a/plug-ins/gflare/gflare.c +++ b/plug-ins/gflare/gflare.c @@ -1455,7 +1455,7 @@ gflare_save (GFlare *gflare) char *message = _("GFlare `%s' is not saved. If you add a new entry in gimprc, like:\n" "(gflare-path \"${gimp_dir}/gflare\")\n" - "and make a directory ~/.gimp/gflare, then you can save your own GFlare's\n" + "and make a directory ~/.gimp-1.1/gflare, then you can save your own GFlare's\n" "into that directory."); if (gflare->filename == NULL) @@ -3457,7 +3457,7 @@ dlg_selector_delete_callback (GtkWidget *widget, /* Question */ - str = g_strdup_printf(_("Are you sure you want to delete" + str = g_strdup_printf(_("Are you sure you want to delete " "\"%s\" from the list and from disk?"), dlg->gflare->name); label = gtk_label_new(str); g_free(str);