Escape single quotes sent to the ProgressBar. Fixes but #11229.
This commit is contained in:
parent
6c6270346e
commit
b88a7bc190
4 changed files with 18 additions and 2 deletions
|
|
@ -343,12 +343,24 @@ our $I18N = {
|
|||
context => q|To skip, to move over, to not process|
|
||||
},
|
||||
|
||||
'Processing form data' => {
|
||||
message => q|Processing form data|,
|
||||
lastUpdated => 1245343280,
|
||||
context => q|To edit or change|
|
||||
},
|
||||
|
||||
'editing %s' => {
|
||||
message => q|editing %s|,
|
||||
lastUpdated => 1245343280,
|
||||
context => q|To edit or change|
|
||||
},
|
||||
|
||||
'Attempting to commit changes' => {
|
||||
message => q|Attempting to commit changes|,
|
||||
lastUpdated => 1245343280,
|
||||
context => q||,
|
||||
},
|
||||
|
||||
'this asset only' => {
|
||||
message => q|This Asset Only|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue