Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.0 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Issues

#25 Capitalization issue?

Reported by urmas (last edited )

The action name string for menu items 'Undo %s' and 'Redo %s' seems to be converted to lowercase. The function used seems not to work with non-latin letters.

Status: resolved Responsible: nobody Type: bug Priority: major
Milestone: none Component: none Version: none

Attachments

No attachments added for this issue yet.

Comments and changes

  1. #1 Anonymous

    written

    --- /usr/bin/revelation 2009-08-01 08:44:14.000000000 +0700 +++ ./bin/revelation 2010-01-16 08:05:13.000000000 +0600 @@ -26,8 +26,8 @@

    from revelation import config, data, datahandler, dialog, entry, io, ui, util

    -_ = gettext.gettext - +tran = gettext.translation(config.PACKAGE,config.DIR_LOCALE) +_ = tran.ugettext

    class Revelation(ui.App): "The Revelation application"

  2. #2 Mikel Olasagasti Uranga

    written

    • Changed status from new to resolved.

    Fixed upstream, thanks!

Add comment / attachment

Show/hide preview

Verification: Please write the text from the image in the box (letters only)

captcha

Is that you, Humanoid? Is this me?