index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Alexmelman88 <99257010+Alexmelman88@users.noreply.github.com> | 2022-05-09 10:58:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 09:58:06 +0200 |
commit | 20ffebac50478554a7582de5e5c1d8b4504ea8be (patch) | |
tree | 730beaba5f54421d646b71427b7ba9c7e629f64f /profiles/minimal.py | |
parent | 80cee500e0ef0cf4de84b8b60b35c25f667e7a34 (diff) |
-rw-r--r-- | profiles/minimal.py | 2 |
diff --git a/profiles/minimal.py b/profiles/minimal.py index c7df517c..3b161511 100644 --- a/profiles/minimal.py +++ b/profiles/minimal.py @@ -2,7 +2,7 @@ is_top_level_profile = True -__description__ = 'A very basic installation that allows you to customize Arch Linux as you see fit.' +__description__ = str(_('A very basic installation that allows you to customize Arch Linux as you see fit.')) def _prep_function(*args, **kwargs): |