standardized capitalization on submit buttons

This commit is contained in:
tworrall 2011-06-16 17:14:59 +00:00
parent f436ef194e
commit 0909c97b36
4 changed files with 10 additions and 10 deletions

View file

@ -119,10 +119,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";
}
%>