src/cm/media/js/client/c_sync.js
changeset 106 36165e7cd1f0
parent 103 61fd17f9ab78
child 329 00df963f91fb
--- a/src/cm/media/js/client/c_sync.js	Wed Jan 20 20:45:52 2010 +0100
+++ b/src/cm/media/js/client/c_sync.js	Wed Jan 20 22:32:59 2010 +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 want to subscribe to all replies notifications in discussions you participated in?"), gettext("Follow up"), 
+						parent.f_yesNoDialog(gettext("Do you want to be notified of all replies in all discussions you participated in?"), gettext("Reply notification"), 
 							function() { // special case : no waiting for the return, no error check, nothing !
 									var cfg = {
 									method: "POST",