- translation code fix
- update translations
This commit is contained in:
+2
-2
@@ -59,6 +59,6 @@ Usage: blame <package> ... <package>
|
||||
package.name, package.history[hno].version, package.history[hno].release)
|
||||
s += _('Package Maintainer: %s <%s>\n') % (unicode(package.source.packager.name), package.source.packager.email)
|
||||
s += _('Release Updater: %s <%s>\n') % (package.history[hno].name, package.history[hno].email)
|
||||
s += _('Update Date: %s\n' % package.history[hno].date)
|
||||
s += _('\n%s\n' % package.history[hno].comment)
|
||||
s += _('Update Date: %s\n') % package.history[hno].date
|
||||
s += '\n%s\n' % package.history[hno].comment
|
||||
print s
|
||||
|
||||
+250
-203
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user