diff --git a/templates/language.hdf b/templates/language.hdf index 9883730..4bbb078 100644 --- a/templates/language.hdf +++ b/templates/language.hdf @@ -63,6 +63,9 @@ WarningMessage { Text = Sorry - I do not know how to handle this request. If you think, that this is a bug, then you should send the most recent part of the CryptoBox log to info@cryptobox.org. Link.Text = View log Link.Rel = logs + Link.Attr1.name = lines + Link.Attr1.value = 50 + } RuntimeError { @@ -70,6 +73,8 @@ WarningMessage { Text = We (the developer of the CryptoBox) would like to fix this problem for you and others. Please send the most recent part of the CryptoBox log to info@cryptobox.org. Thanks for your contribution! Link.Text = View log Link.Rel = logs + Link.Attr1.name = pattern + Link.Attr1.value = ERROR } }