Explorar el Código

remote playback: fix success message

David Loiret hace 9 años
padre
commit
022bc9b6a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Resources/web/playerControl.js

+ 1 - 1
Resources/web/playerControl.js

@@ -616,7 +616,7 @@ $(function() {
         } else if (!isURL(url)) {
             return displayMessage('Not a valid URL.');
         }
-        displayMessage('URL sended successfully.');
+        displayMessage('URL sent successfully.');
         playerControl.openURL({
             url: url
         });