[shotwell/wip/fix-welcome-dialog] Fix duplicate "File menu" in welcome text




commit 8836abd5b6f5764e8a90b61966e4da604a28796e
Author: Jens Georg <mail jensge org>
Date:   Sun May 30 13:19:33 2021 +0200

    Fix duplicate "File menu" in welcome text

 src/dialogs/WelcomeDialog.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/dialogs/WelcomeDialog.vala b/src/dialogs/WelcomeDialog.vala
index 27fa1d63..0417b120 100644
--- a/src/dialogs/WelcomeDialog.vala
+++ b/src/dialogs/WelcomeDialog.vala
@@ -64,7 +64,7 @@ public class WelcomeDialog : Gtk.Dialog {
 
         instructions.set_markup(((indent_prefix + "&#8226; %s\n") + (indent_prefix + "&#8226; %s\n")
             + (indent_prefix + "&#8226; %s")).printf(
-            _("Choose “File %s Import From Folder” from the File menu").printf(arrow_glyph),
+            _("Choose “Import From Folder” from the File menu"),
             _("Drag and drop photos onto the Shotwell window"),
             _("Connect a camera to your computer and import")));
         instructions.xalign = 0.0f;


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