Skip to content

Commit

Permalink
More guidance added on changing language
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 6, 2022
1 parent 05e1f43 commit 5fff43e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Based on installer for xstats
#
# Configured by Nick to install bootstrap skin, 2014-2020
# Configured by Nick to install bootstrap skin, 2014-2022

import os.path
import configobj
Expand Down Expand Up @@ -93,7 +93,9 @@ def __init__(self):
print((" %s" % l[:-1]))

print("")
print("Language changes can be made in skins/Bootstrap/skin.conf")
print("Change to a different language using the [Language] setting in:")
print(" Webpage text: skins/Bootstrap/skin.conf")
print(" Images: skins/Images/skin.conf")

print("")
print("Default location for HTML and image files is public_html/Bootstrap")
Expand Down

0 comments on commit 5fff43e

Please sign in to comment.