[shotwell/welcome-text] From the menu



commit 83f23492cab70e680a11da78ffe2b28536b25b53
Author: Jordi Mas <jmas softcatala org>
Date:   Sat May 22 08:32:36 2021 +0200

    From the menu

 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 c647ae5d..94b13ed2 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").printf(arrow_glyph),
+            _("Choose from the menu File %s Import From Folder").printf(arrow_glyph),
             _("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]