A couple of cosmetic fixes

This commit is contained in:
Evgenii Shatokhin 2017-08-29 12:47:24 +03:00
parent 67abb39f8b
commit 1fe4091d08
2 changed files with 2 additions and 2 deletions

View file

@ -858,7 +858,7 @@ msgstr "Инструмент для создания графа зависимо
#: urpm-repograph.py:90 urpm-tools/urpm-repograph.py:90 #: urpm-repograph.py:90 urpm-tools/urpm-repograph.py:90
msgid "Search for cross-repository references in CROSS_REPO(s) repositories." msgid "Search for cross-repository references in CROSS_REPO(s) repositories."
msgstr "Искать зывисимости между репозиториями в репозиториями CROSS_REPO" msgstr "Искать зависимости между репозиториями в репозиториями CROSS_REPO"
#: urpm-repograph.py:93 urpm-tools/urpm-repograph.py:93 #: urpm-repograph.py:93 urpm-tools/urpm-repograph.py:93
msgid "Hide service messages. (About progress status etc.)" msgid "Hide service messages. (About progress status etc.)"

View file

@ -522,7 +522,7 @@ class PackageCleanup():
sys.exit(0) sys.exit(0)
if os.geteuid() != 0: if os.geteuid() != 0:
print _("Error: Cannot remove kernels as a user, must be root") print _("Error: Cannot remove packages as a user, must be root")
sys.exit(1) sys.exit(1)
if opts.auto: if opts.auto: