Исправлен перевод num of num

master3.3
Mike khiretskiy 10 years ago
parent 362c248f44
commit 930baf2368

@ -287,7 +287,8 @@ class Update:
if max_num > 1:
one = _print.foreground(Colors.YELLOW).bold("{0}", num)
two = _print.foreground(Colors.YELLOW).bold("{0}", max_num)
part = " (%s of %s)" % (one, two)
part = _(" ({current} of {maximum})").format(current=one,
maximum=two)
else:
part = ""
if self.is_binary_pkg(pkg,binary):

Loading…
Cancel
Save