mirror of
https://abf.rosa.ru/djam/urpm-tools.git
synced 2025-02-23 03:32:49 +00:00
A couple of cosmetic fixes
This commit is contained in:
parent
67abb39f8b
commit
1fe4091d08
2 changed files with 2 additions and 2 deletions
|
@ -858,7 +858,7 @@ msgstr "Инструмент для создания графа зависимо
|
|||
|
||||
#: urpm-repograph.py:90 urpm-tools/urpm-repograph.py:90
|
||||
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
|
||||
msgid "Hide service messages. (About progress status etc.)"
|
||||
|
|
|
@ -522,7 +522,7 @@ class PackageCleanup():
|
|||
sys.exit(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)
|
||||
|
||||
if opts.auto:
|
||||
|
|
Loading…
Add table
Reference in a new issue