aboutsummaryrefslogtreecommitdiffstats
path: root/src/msec/msecperms.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/msec/msecperms.py')
-rwxr-xr-xsrc/msec/msecperms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msec/msecperms.py b/src/msec/msecperms.py
index 3aa50cc..a52315a 100755
--- a/src/msec/msecperms.py
+++ b/src/msec/msecperms.py
@@ -118,7 +118,7 @@ if __name__ == "__main__":
# verifying use id
if os.geteuid() != 0:
- print >>sys.stderr, _("Msec: Mandriva Security Center (%s)\n") % version
+ print >>sys.stderr, _("Msec: Mageia Security Center (%s)\n") % version
print >>sys.stderr, _("Error: This application must be executed by root!")
print >>sys.stderr, _("Run with --help to get help.")
sys.exit(1)