diff -r f2ba05546abc -r 36165e7cd1f0 src/cm/media/js/client/c_sync.js --- 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",