[vlma-devel] commit: Typo which prevented the success view from being displayed. ( Adrien Grand )
git version control
git at videolan.org
Wed Apr 15 22:40:01 CEST 2009
vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Wed Apr 15 22:39:39 2009 +0200| [c8088ba05b1117cb3dabbfef7c707a7f6ae5378d] | committer: Adrien Grand
Typo which prevented the success view from being displayed.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=c8088ba05b1117cb3dabbfef7c707a7f6ae5378d
---
vlma-webapp/src/main/resources/messages.properties | 2 +-
.../src/main/webapp/WEB-INF/VLMa-servlet.xml | 2 +-
.../satellite/satchannelupdatesuccess_right.jsp | 2 --
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/vlma-webapp/src/main/resources/messages.properties b/vlma-webapp/src/main/resources/messages.properties
index 48e2851..9834bea 100644
--- a/vlma-webapp/src/main/resources/messages.properties
+++ b/vlma-webapp/src/main/resources/messages.properties
@@ -319,7 +319,7 @@ medias.sat.update.error.fix = Please correct those mistakes to continue.
medias.sat.update.url = Source:
medias.sat.update.urls = URLs already used for the update of satellite channels
medias.sat.updated = Satellite channel updated
-medias.sat.updated.text = The satelitte channel has been updated.
+medias.sat.updated.text = The satelitte channels have been updated.
medias.sat.updated.back = Go back
medias.sat.empty = There is no satellite channel in the database.
diff --git a/vlma-webapp/src/main/webapp/WEB-INF/VLMa-servlet.xml b/vlma-webapp/src/main/webapp/WEB-INF/VLMa-servlet.xml
index 624a566..8b9d442 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/VLMa-servlet.xml
+++ b/vlma-webapp/src/main/webapp/WEB-INF/VLMa-servlet.xml
@@ -249,7 +249,7 @@
<property name="commandClass" value="org.videolan.vlma.web.controller.media.satellite.SatChannelUpdate" />
<property name="validator" ref="satChannelUpdateValidator" />
<property name="formView" value="satchannelupdate" />
- <property name="successView" value="satchannelupdatesucces.htm" />
+ <property name="successView" value="satchannelupdatesuccess.htm" />
</bean>
<bean id="satChannelUpdateSuccessController" class="org.videolan.vlma.web.controller.media.satellite.SatChannelUpdateSuccessController" />
diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannelupdatesuccess_right.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannelupdatesuccess_right.jsp
index 6dee08e..bf57ba2 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannelupdatesuccess_right.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/satellite/satchannelupdatesuccess_right.jsp
@@ -4,5 +4,3 @@
<h1><fmt:message key="medias.sat.updated" /></h1>
<fmt:message key="medias.sat.updated.text" />
-
-<a href="mediaslist.htm"><fmt:message key="medias.sat.updated.back" /></a>
More information about the vlma-devel
mailing list