[dia] Change "memory.(" to "memory ("



commit 9e56f3880e66e578156114e25d3616b3a9b00d8d
Author: scootergrisen <scootergrisen gmail com>
Date:   Tue Dec 15 03:21:06 2020 +0000

    Change "memory.(" to "memory ("

 app/confirm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/confirm.c b/app/confirm.c
index a3798e77f..be5baed79 100644
--- a/app/confirm.c
+++ b/app/confirm.c
@@ -82,8 +82,8 @@ confirm_export_size (Diagram *dia, GtkWindow *parent, guint flags)
                "You are about to export a diagram with %d pages.", pages), pages);
   else
     msg = g_strdup_printf (g_dngettext (GETTEXT_PACKAGE,
-               "You are about to export a diagram which may require %s of memory.(%d page).",
-               "You are about to export a diagram which may require %s of memory.(%d pages).", pages),
+               "You are about to export a diagram which may require %s of memory (%d page).",
+               "You are about to export a diagram which may require %s of memory (%d pages).", pages),
                size, pages);
   dialog = gtk_message_dialog_new (parent, /* diagrams display 'shell' */
                                   GTK_DIALOG_MODAL|GTK_DIALOG_DESTROY_WITH_PARENT,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]