fix an i18n typo. Sorry Bart

This commit is contained in:
Colin Kuskie 2008-10-07 23:32:23 +00:00
parent a167731a93
commit 72ed431fb4

View file

@ -1145,8 +1145,8 @@ Couldn't open %-s because %-s <br />
context => q{Error message in exportAsHtml for an illegal parameter.}, context => q{Error message in exportAsHtml for an illegal parameter.},
}, },
'%s is not a valid depth' => { '%d is not a valid depth' => {
message => q{%s is not a valid depth}, message => q{%d is not a valid depth},
lastUpdated => 0, lastUpdated => 0,
context => q{Error message in exportAsHtml for an illegal parameter.}, context => q{Error message in exportAsHtml for an illegal parameter.},
}, },