fix broken labels
This commit is contained in:
parent
27921827de
commit
0400beba05
1 changed files with 12 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ our $I18N = {
|
|||
lastUpdated => 1133619940,
|
||||
},
|
||||
|
||||
'MultiSearch Template' => {
|
||||
'MultiSearch Template description' => {
|
||||
message => q|Select a template to display the multiple search engine form to the user.|,
|
||||
lastUpdated => 1140587435,
|
||||
},
|
||||
|
|
@ -32,7 +32,7 @@ our $I18N = {
|
|||
lastUpdated => 1133619940,
|
||||
},
|
||||
|
||||
'multi search template body' => {
|
||||
'multisearch template body' => {
|
||||
message => q|<p>The MultiSearch template has all the template variables used by Wobjects,
|
||||
as well as these:
|
||||
<p><b>search</b><br />
|
||||
|
|
@ -51,6 +51,16 @@ Submit button with internationalized label for "Submit".
|
|||
lastUpdated => 1133619940,
|
||||
},
|
||||
|
||||
'for' => {
|
||||
message => q|For|,
|
||||
lastUpdated => 1141147361,
|
||||
},
|
||||
|
||||
'search' => {
|
||||
message => q|Search|,
|
||||
lastUpdated => 1141147361,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue