files (and subclasses) and posts (and threads) can now export attachments in packages
fixed a couple of bugs added some error handling and corruption detection
This commit is contained in:
parent
e2109910fd
commit
e262da13f8
4 changed files with 60 additions and 10 deletions
|
|
@ -1,6 +1,12 @@
|
|||
package WebGUI::i18n::English::Asset;
|
||||
|
||||
our $I18N = {
|
||||
'package corrupt' => {
|
||||
message => q|The package you tried to import appears to be corrupt. We imported up to the point where we detected corruption. If you won't want this portion, roll back your current version tag.|,
|
||||
lastUpdated => 0,
|
||||
context => q|error message about package corruption|
|
||||
},
|
||||
|
||||
'import' => {
|
||||
message => q|Import|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue