fix fallback for non-mime data

This commit is contained in:
Vincent Breitmoser
2015-09-19 15:25:18 +02:00
parent 03269815f1
commit e7185bd1b8
3 changed files with 25 additions and 22 deletions

View File

@@ -1366,7 +1366,7 @@
<string name="msg_data_detached_unsupported">"Unsupported type of detached signature!"</string>
<string name="msg_data_error_io">"Error reading input data!"</string>
<string name="msg_data_error_openpgp">"Error processing OpenPGP data!"</string>
<string name="msg_data_mime_error">"Error parsing MIME data!"</string>
<string name="msg_data_mime_bad">"Could not parse as MIME data"</string>
<string name="msg_data_mime_filename">"Filename: '%s'"</string>
<string name="msg_data_mime_length">"Content-Length: %s"</string>
<string name="msg_data_mime">"Parsing MIME data structure"</string>