[glade/modern-ui] Typos



commit 2e5f26fb259f1eef6c7e87fd0bf473abd76675ba
Author: Alexandre Franke <alexandre franke gmail com>
Date:   Sun Jul 23 22:24:32 2017 +0200

    Typos

 src/glade-window.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/glade-window.c b/src/glade-window.c
index 15ecb02..93d09d7 100644
--- a/src/glade-window.c
+++ b/src/glade-window.c
@@ -1003,7 +1003,7 @@ save (GladeWindow *window, GladeProject *project, const gchar *path)
   if (!do_save (window, project, path))
     return;
 
-  /* Get display_name here, it could have changed with "Save As..." */
+  /* Get display_name here, it could have changed with "Save As…" */
   display_name = glade_project_get_name (project);
 
   recent_add (window, glade_project_get_path (project));
@@ -2375,9 +2375,9 @@ glade_window_populate_intro (GladeWindow *window)
   ADD_NODE ( "new-button",    BOTTOM, 2, _("or create a new one"));
   ADD_NODE ( "action-new",    NONE, .75, NULL);
 
-  ADD_NODE ( "undo-button", BOTTOM, 1, _("Undo..."));
-  ADD_NODE ( "redo-button", BOTTOM, 1, _("Redo..."));
-  ADD_NODE ( "save-button", BOTTOM, 5, _("and Save button are directly accesible in the headerbar"));
+  ADD_NODE ( "undo-button", BOTTOM, 1, _("Undo…"));
+  ADD_NODE ( "redo-button", BOTTOM, 1, _("Redo…"));
+  ADD_NODE ( "save-button", BOTTOM, 5, _("and Save button are directly accessible in the headerbar"));
   ADD_NODE ( "menu-button", BOTTOM, 4, _("as well as less commonly used actions"));
 
   ADD_NODE ( "inspector", CENTER, 3, _("The object inspector took the palette place"));
@@ -2391,7 +2391,7 @@ glade_window_populate_intro (GladeWindow *window)
   ADD_NODE ( "project-button",    BOTTOM, 6, _("The project title is now an important part of the 
workflow"));
   ADD_NODE ( "project-buttonbox", LEFT,   5, _("Where you have all the project related actions"));
   ADD_NODE ( "project-switcher",  LEFT,   2, _("You can switch projects"));
-  ADD_NODE ( "save-as-button",    BOTTOM, 2, _("Save As..."));
+  ADD_NODE ( "save-as-button",    BOTTOM, 2, _("Save As…"));
   ADD_NODE ( "properties-button", BOTTOM, 2, _("Edit Properties"));
   ADD_NODE ( "close-button",      BOTTOM, 2, _("And close it"));
 


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