summaryrefslogtreecommitdiffstats
path: root/source/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'source/ui.js')
-rw-r--r--source/ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ui.js b/source/ui.js
index b2e9441..a673640 100644
--- a/source/ui.js
+++ b/source/ui.js
@@ -50,7 +50,7 @@ if (typeof jQuery !== 'undefined') {
self.buttons = {
pause: $('<input type="button" value="pause" class="nes-pause" disabled="disabled">').appendTo(self.controls),
restart: $('<input type="button" value="restart" class="nes-restart" disabled="disabled">').appendTo(self.controls),
- sound: $('<input type="button" value="enable sound" class="nes-enablesound">').appendTo(self.controls),
+ sound: $('<input type="button" value="disable sound" class="nes-enablesound">').appendTo(self.controls),
zoom: $('<input type="button" value="zoom in" class="nes-zoom">').appendTo(self.controls)
};
self.status = $('<p class="nes-status">Booting up...</p>').appendTo(self.root);