diff mbox series

[bug#35436,1/2] installer: Fix typo.

Message ID 20190426132205.2da38f56@gmail.com
State Accepted
Headers show
Series [bug#35436,1/2] installer: Fix typo. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed

Commit Message

Miguel Arruga Vivas April 26, 2019, 11:22 a.m. UTC
installer: Fix typo.

* gnu/installer/newt/menu.scm (run-menu-page): Missing space after
period.
---
 gnu/installer/newt/menu.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

From 9c2f6ca367cb02e37ce325b6fa5914947d1c1d68 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miguel=20=C3=81ngel=20Arruga=20Vivas?=
 <rosen644835@gmail.com>
Date: Wed, 24 Apr 2019 12:39:14 +0200
Subject: [PATCH 1/2] installer: Fix typo.

* gnu/installer/newt/menu.scm (run-menu-page): Missing space after
period.
---
 gnu/installer/newt/menu.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/installer/newt/menu.scm b/gnu/installer/newt/menu.scm
index 161266a94a..e153d3d756 100644
--- a/gnu/installer/newt/menu.scm
+++ b/gnu/installer/newt/menu.scm
@@ -32,7 +32,7 @@  process from."
             steps))
 
   (run-listbox-selection-page
-   #:info-text (G_ "Choose where you want to resume the install.\
+   #:info-text (G_ "Choose where you want to resume the install.  \
 You can also abort the installation by pressing the Abort button.")
    #:title (G_ "Installation menu")
    #:listbox-items (steps->items steps)
-- 
2.21.0