[shotwell: 1/2] Improve text from the Welcome Dialog




commit d810912cac63a0f449ef0c385c8da0f72f0beaaa
Author: Jordi Mas <jmas softcatala org>
Date:   Tue May 25 17:27:05 2021 +0000

    Improve text from the Welcome Dialog

 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..27fa1d63 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 “File %s Import From Folder” from the File menu").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]