diff options
author | Jorginho <jorginho@lavabit.com> | 2015-08-04 12:29:50 +0200 |
---|---|---|
committer | Jorginho <jorginho@lavabit.com> | 2015-08-04 12:29:50 +0200 |
commit | b4e9cd552ddb482a24bc817da6581b8ff74200f0 (patch) | |
tree | 1187a16824eaf04d88bdf2d59d9b18fa76d099c8 /configs/X11/root-image/etc/skel | |
parent | e83d998844365ead86adfb3064357967a654d86e (diff) |
Fixed english type
Diffstat (limited to 'configs/X11/root-image/etc/skel')
-rwxr-xr-x | configs/X11/root-image/etc/skel/.scriptsInstallation/language/en/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/X11/root-image/etc/skel/.scriptsInstallation/language/en/install.sh b/configs/X11/root-image/etc/skel/.scriptsInstallation/language/en/install.sh index 9d08f92..17f04e5 100755 --- a/configs/X11/root-image/etc/skel/.scriptsInstallation/language/en/install.sh +++ b/configs/X11/root-image/etc/skel/.scriptsInstallation/language/en/install.sh @@ -73,7 +73,7 @@ while [ option != 7 ]; do 3 "Install GRUB" \ 4 "System Configure" \ 5 "Create User Account" \ - 6 "(Optional)Install Live CD Desktop/Aplications" \ + 6 "(Optional)Install Live CD Desktop/Applications" \ 7 "Exit" ) case $option in |