js msg typo
authorraph
Thu, 03 Dec 2009 11:38:28 +0100
changeset 15 6ed2af5ab085
parent 14 163235081173
child 16 036705244cab
js msg typo
src/cm/media/js/client/c_sync.js
--- a/src/cm/media/js/client/c_sync.js	Thu Dec 03 10:48:08 2009 +0100
+++ b/src/cm/media/js/client/c_sync.js	Thu Dec 03 11:38:28 2009 +0100
@@ -127,7 +127,7 @@
 				if ("ask_for_notification" in ret) {  
 					if (ret['ask_for_notification']) {
 						// TODO ask for notification ...or use AUTO_CONTRIB ?
-						parent.f_yesNoDialog(gettext("Do you wan to subscribe to all replies notifications in discussions where you have participated?"), gettext("Warning"), null, null, null, 
+						parent.f_yesNoDialog(gettext("Do you want to subscribe to all replies notifications in discussions you participated in?"), gettext("Follow up"), null, null, null, 
 							function() { // special case : no waiting for the return, no error check, nothing !
 									var cfg = {
 									method: "POST",