Commit 2b0e11c44b22346f85234c696919d87e38b0ea6e
Merge branch 'Bug#18479' into Develop
Showing
1 changed file
with
2 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -500,7 +500,7 @@ |
500 | 500 | </div> |
501 | 501 | |
502 | 502 | <div class="form-group"> |
503 | - <label for="SystemFont" class="font13">Secondary Lexicon</label> | |
503 | + <label for="SystemFont" class="font13">Secondary Lexicons</label> | |
504 | 504 | <!--<textarea class="form-control" rows="3">--> |
505 | 505 | <select class="form-control" size="5" id="secondLax"></select> |
506 | 506 | <!--</textarea>--> |
... | ... | @@ -512,7 +512,7 @@ |
512 | 512 | </div> |
513 | 513 | <div class="col-sm-6"> |
514 | 514 | <div class="form-group"> |
515 | - <label for="SystemFont" class="font13">Available mkk Lexicon</label> | |
515 | + <label for="SystemFont" class="font13">Available Lexicon</label> | |
516 | 516 | <select class="form-control" size="8" id="lexiconLangDropdown"> |
517 | 517 | </select> |
518 | 518 | </div> | ... | ... |