Fix the AssetProxy i18n error message. Fixes bug #11317
This commit is contained in:
parent
e7ae5b60d3
commit
55f430d852
2 changed files with 3 additions and 2 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
- fixed #11313: bullet list template for navigation
|
- fixed #11313: bullet list template for navigation
|
||||||
- fixed #11311: Search object and modifiers
|
- fixed #11311: Search object and modifiers
|
||||||
- fixed #11314: hover help clarity
|
- fixed #11314: hover help clarity
|
||||||
|
- fixed #11317: wrong error message in AssetProxy
|
||||||
|
|
||||||
7.8.8
|
7.8.8
|
||||||
- fixed #11289: Gallery with pending version tag causes search engine indexer to puke.
|
- fixed #11289: Gallery with pending version tag causes search engine indexer to puke.
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ use strict;
|
||||||
our $I18N = {
|
our $I18N = {
|
||||||
|
|
||||||
'invalid url' => {
|
'invalid url' => {
|
||||||
message => q|AssetProxy: Invalid Asset URL|,
|
message => q|AssetProxy: Invalid Asset URL or assetId|,
|
||||||
lastUpdated => 1221160383,
|
lastUpdated => 1262117594,
|
||||||
},
|
},
|
||||||
|
|
||||||
'asset in trash' => {
|
'asset in trash' => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue