[vlma-devel] commit: Change the button text when editing a filesChannel : (Adrien Maglo )
git version control
git at videolan.org
Tue May 20 14:38:06 CEST 2008
vlma | branch: master | Adrien Maglo <magsoft at videolan.org> | Tue May 20 14:37:47 2008 +0200| [6a437b65fd4e18ffbb376ed9dea8e2decc682634]
Change the button text when editing a filesChannel :
'Edit' in remplacement of 'Add'.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=6a437b65fd4e18ffbb376ed9dea8e2decc682634
---
.../WEB-INF/jsp/files/fileschannelsedit_right.jsp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/files/fileschannelsedit_right.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/files/fileschannelsedit_right.jsp
index c595e87..aabaeff 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/files/fileschannelsedit_right.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/files/fileschannelsedit_right.jsp
@@ -47,5 +47,5 @@
<spring:hasBindErrors name="filesChannelsAdd">
<b><fmt:message key="medias.fileschannel.add.error.fix" /></b>
</spring:hasBindErrors> <br />
-<input type="submit" value="<fmt:message key="satellites.add.run" />">
+<input type="submit" value="<fmt:message key="satellites.edit.run" />">
</form>
More information about the vlma-devel
mailing list