diff options
author | Nathanaël <roipoussiere@protonmail.com> | 2019-05-13 11:25:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-13 11:25:38 +0200 |
commit | 75bb841a1dd3564a697bf95dcfe7c6eb8c71d5f3 (patch) | |
tree | b2064bdfea431637b0ddcb62970dd03bb32b414a | |
parent | 0161cc757b42b3a360c0aed6e343b775e27ec70d (diff) | |
download | hyperfi-75bb841a1dd3564a697bf95dcfe7c6eb8c71d5f3.tar.lz hyperfi-75bb841a1dd3564a697bf95dcfe7c6eb8c71d5f3.tar.xz hyperfi-75bb841a1dd3564a697bf95dcfe7c6eb8c71d5f3.zip |
Found a typo in my typo fix :/
-rw-r--r-- | lng/French | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ txtefibootmgr="efibootmgr est requis pour un système EFI." txtbootloadergrubmenu="Menu Installation Grub" txtrungrubmakeconfig="Exécuter grub-mkconfig ?" -txtgrubluksdetected="Partition root chifrée !\n\nAjouter cryptdevice= to GRUB_CMDLINE_LINUX dans /etc/default/grub ?" +txtgrubluksdetected="Partition root chiffrée !\n\nAjouter cryptdevice= to GRUB_CMDLINE_LINUX dans /etc/default/grub ?" txtbootloadersyslinuxmenu="Menu Installation Syslinux" txtsyslinuxaddefibootmgr="Une installation EFI nécessite efibootmgr" |