[shotwell/wip/fix-welcome-dialog] Fix duplicate "File menu" in welcome text
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/wip/fix-welcome-dialog] Fix duplicate "File menu" in welcome text
- Date: Sun, 30 May 2021 11:20:06 +0000 (UTC)
commit fcfaa1cdc09f7f225474f69142c6c12f63210249
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..becec43e 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 + "• %s\n") + (indent_prefix + "• %s\n")
+ (indent_prefix + "• %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]