diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-12-05 15:00:11 +0900 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-17 14:04:24 +0100 |
commit | 32f7b2fe82818fb427adb8b669cd336b54605195 (patch) | |
tree | 12392759ca910aed687c4dd69fbf25b92f3fe1db /po | |
parent | 69a934f23ae1bd7dda9ec269a6ce3012e13c9011 (diff) | |
download | patches-32f7b2fe82818fb427adb8b669cd336b54605195.tar patches-32f7b2fe82818fb427adb8b669cd336b54605195.tar.gz |
installer: Reorder POTFILES.in
* po/guix/POTFILES.in: Reorder file list.
Diffstat (limited to 'po')
-rw-r--r-- | po/guix/POTFILES.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index 8327bf6c9e..07b73a770a 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -9,7 +9,6 @@ gnu/system/mapped-devices.scm gnu/system/shadow.scm guix/import/opam.scm gnu/installer.scm -gnu/installer/record.scm gnu/installer/connman.scm gnu/installer/hostname.scm gnu/installer/keymap.scm @@ -29,6 +28,7 @@ gnu/installer/newt/utils.scm gnu/installer/newt/welcome.scm gnu/installer/newt/wifi.scm gnu/installer/parted.scm +gnu/installer/record.scm gnu/installer/services.scm gnu/installer/steps.scm gnu/installer/timezone.scm |