Skip to content

Commit

Permalink
Merge pull request #1077 from Orlandoxx/Fix
Browse files Browse the repository at this point in the history
Updated About.py
  • Loading branch information
Orlandoxx authored Sep 28, 2024
2 parents ab22675 + 57630f3 commit ee287cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/About.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def Stage1Complete(self, result, retval, extra_args=None):
if pathExists("/media/autofs"):
for entry in sorted(listdir("/media/autofs")):
mountEntry = path.join("/media/autofs", entry)
self.mountinfo += _("\n %s is also enabled for autofs network mount") % (mountEntry)
self.mountinfo += _("%s is also enabled for autofs network mount \n") % (mountEntry)
if self.mountinfo:
self["mounts"].setText(self.mountinfo)
else:
Expand Down

0 comments on commit ee287cf

Please sign in to comment.