* fixed corrput language file

* warning message gives a hint
 * removed TODO
This commit is contained in:
age 2007-03-06 09:40:29 +00:00
parent e48612f9da
commit 30ed99f901
2 changed files with 6 additions and 2 deletions

View File

@ -19,6 +19,7 @@ AdviceMessage {
Text = This volume is not encrypted. If you want to turn on encryption, then you have to format the volume. Beware: this will erase all data from this volume.
Link.Text = Format this volume
Link.Rel = volume_format_fs
}
}
@ -33,6 +34,6 @@ SuccessMessage {
WarningMessage {
PasswordChange {
Title = Could not change password
Text = The password of this volume could not be changed - sorry!
Text = The password of this volume could not be changed - sorry! Maybe you mistyped your current password?
}
}

View File

@ -46,7 +46,10 @@ class volume_chpasswd(cryptobox.plugins.base.CryptoBoxPlugin):
def get_status(self):
return "TODO"
"""chpasswd doesn't give any useful status information, other
than True
"""
return True
def is_useful(self, device):