diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:03:07 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:03:07 +0000 |
commit | 5629863464d16497c87fd6e78c2f5dac62978448 (patch) | |
tree | 7b65e1d785ae0394e2d2efa89db8febc5db47385 /po/apt-all.pot | |
parent | 47337f807e3feb6227ad172940520b303ec82241 (diff) |
* Correct the section in apt_preferences(5) on interpre...
Author: mdz
Date: 2003-08-12 00:17:37 GMT
* Correct the section in apt_preferences(5) on interpreting priorities
to show that zero is not a valid priority, and print a warning if such
a pin is encountered in the preferences file (Closes: #204971)
Diffstat (limited to 'po/apt-all.pot')
-rw-r--r-- | po/apt-all.pot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/po/apt-all.pot b/po/apt-all.pot index 26567a914..f56b65999 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -2136,6 +2136,10 @@ msgstr "" msgid "Did not understand pin type %s" msgstr "" +#: apt-pkg/policy.cc:299 +msgid "No priority (or zero) specified for pin" +msgstr "" + #: apt-pkg/pkgcachegen.cc:74 msgid "Cache has an incompatible versioning system" msgstr "" |