[simple-scan] Apply 1 suggestion(s) to 1 file(s)



commit db0fbd83b4a9c713ecfdf0a2a76c452b38b54e07
Author: Thibault Martin <mail thibaultmart in>
Date:   Thu Aug 20 13:19:13 2020 +0000

    Apply 1 suggestion(s) to 1 file(s)

 src/app-window.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/app-window.vala b/src/app-window.vala
index 9626d68f..2c48c403 100644
--- a/src/app-window.vala
+++ b/src/app-window.vala
@@ -1885,7 +1885,7 @@ public class AppWindow : Gtk.ApplicationWindow
         /* Populate ActionBar (not supported in Glade) */
         /* https://bugzilla.gnome.org/show_bug.cgi?id=769966 */
         var button = new Gtk.Button.with_label (/* Label on new document button */
-                                               _("New Document…"));
+                                               _("New Document"));
         button.visible = true;
         button.clicked.connect (new_document_cb);
         action_bar.pack_start (button);


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