[dia] Bug 737889 - Dialog referring to a choice that doesn't exist



commit 4bf1e7782155cb3d589c7b6dcc579bcaa1a98c22
Author: Hans Breuer <hans breuer org>
Date:   Sat Oct 18 15:06:19 2014 +0200

    Bug 737889 - Dialog referring to a choice that doesn't exist
    
    There is "Best Fit" (coming from GTK+ but select all is not necessary before.
    xfig: s/of of/out of/

 app/confirm.c               |    2 +-
 plug-ins/xfig/xfig-import.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/confirm.c b/app/confirm.c
index c9f9a76..89b0803 100644
--- a/app/confirm.c
+++ b/app/confirm.c
@@ -87,7 +87,7 @@ confirm_export_size (Diagram *dia, GtkWindow *parent, guint flags)
   gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), 
                                            _("You can adjust the size of the diagram by changing "
                                              "the 'Scaling' in the 'Page Setup' dialog.\n"
-                                             "Alternatively use 'Select All' and 'Best Fit' "
+                                             "Alternatively use 'Best Fit' "
                                              "to move objects/handles into the intended bounds."));
   gtk_window_set_title (GTK_WINDOW (dialog), _("Confirm Diagram Size"));
   g_free (size);
diff --git a/plug-ins/xfig/xfig-import.c b/plug-ins/xfig/xfig-import.c
index 797a05b..109a3b8 100644
--- a/plug-ins/xfig/xfig-import.c
+++ b/plug-ins/xfig/xfig-import.c
@@ -384,7 +384,7 @@ static void
 add_at_depth(DiaObject *newobj, int depth, DiaContext *ctx)
 {
     if (depth < 0 || depth >= FIG_MAX_DEPTHS) {
-       dia_context_add_message(ctx, _("Depth %d of of range, only 0-%d allowed.\n"),
+       dia_context_add_message(ctx, _("Depth %d out of range, only 0-%d allowed.\n"),
                      depth, FIG_MAX_DEPTHS-1);
        depth = FIG_MAX_DEPTHS - 1;
     }


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