diff options
Diffstat (limited to 'usr/share/mageiawelcome/mageiawelcome.py')
-rw-r--r-- | usr/share/mageiawelcome/mageiawelcome.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/share/mageiawelcome/mageiawelcome.py b/usr/share/mageiawelcome/mageiawelcome.py index 16014fe..b822ce8 100644 --- a/usr/share/mageiawelcome/mageiawelcome.py +++ b/usr/share/mageiawelcome/mageiawelcome.py @@ -137,6 +137,7 @@ def main(): l['rpm_install'] = _("Applications") l['applist'] = listapp l['bodyclass'] = restricted_repos + l['besure_repos'] = _("Be sure you have enabled <a>online repositories</a>") if os.path.exists(home + "/.mageiawelcome/norun.flag"): |