# HG changeset patch # User raph # Date 1259836708 -3600 # Node ID 6ed2af5ab085f621d32aa6ea2cf9f4435d2d5807 # Parent 163235081173f530c567b1dbdb5c650e9af3c155 js msg typo diff -r 163235081173 -r 6ed2af5ab085 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",