installer: Actually translate step descriptions.
authorLudovic Courtès <ludo@gnu.org>
Mon, 6 May 2019 19:54:32 +0000 (21:54 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 6 May 2019 21:21:33 +0000 (23:21 +0200)
commit7ae9979cff98d7c23fc8d19e54ae733ee1a7deb2
tree12905c077b96b58a5036db605766e938ac307dda
parent1d8da896be9629c7bc3d5d4e4e1028ccbab76506
installer: Actually translate step descriptions.

Until now, step descriptions in the menu that shows up when hitting
"Exit" would not be translated.  That's because the 'G_' procedure was
called once and for all when the installer was started.

* gnu/installer/steps.scm (<installer-step>)[description]: Add the
'thunked' attribute.
gnu/installer/steps.scm