standardized capitalization on submit buttons
This commit is contained in:
parent
f436ef194e
commit
0909c97b36
4 changed files with 10 additions and 10 deletions
|
@ -137,10 +137,10 @@
|
|||
Model model = (Model)application.getAttribute("jenaOntModel");
|
||||
editConfig.prepareForDataPropUpdate(model,dps);
|
||||
formTitle = "Change text for: <em>"+prop.getPublicName()+"</em>";
|
||||
submitLabel = "save change";
|
||||
submitLabel = "Save change";
|
||||
} else {
|
||||
formTitle ="Add new entry for: <em>"+prop.getPublicName()+"</em>";
|
||||
submitLabel ="save entry";
|
||||
submitLabel ="Save entry";
|
||||
}
|
||||
%>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue