me
/
guix
Archived
1
0
Fork 0

installer: Fix typo in docstring.

* gnu/installer/newt/wifi.scm (draw-scanning-page): Fix typo in docstring.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Meiyo Peng 2019-04-27 15:40:51 +08:00 committed by Ludovic Courtès
parent c31bec88a8
commit 772bcb1cf0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com> ;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2019 Meiyo Peng <meiyo@riseup.net>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -80,7 +81,7 @@ nmc_wifi_strength_bars."
(message (G_ "Unable to find a wifi technology")))))))) (message (G_ "Unable to find a wifi technology"))))))))
(define (draw-scanning-page) (define (draw-scanning-page)
"Draw a page to indicate a wifi scan in in progress." "Draw a page to indicate a wifi scan in progress."
(draw-info-page (G_ "Scanning wifi for available networks, please wait.") (draw-info-page (G_ "Scanning wifi for available networks, please wait.")
(G_ "Scan in progress"))) (G_ "Scan in progress")))