This commit is contained in:
j 2015-03-20 13:05:54 +00:00
parent 5e9816e693
commit 3ced9b427d

View file

@ -181,7 +181,7 @@ pandora.ui.preferencesDialog = function() {
).append( ).append(
Ox.Button({ Ox.Button({
title: Ox._('Manage Cache...'), title: Ox._('Manage Cache...'),
disabled: !pandora.fs.enabled disabled: !pandora.fs.enabled,
width: 160 width: 160
}) })
.bindEvent({ .bindEvent({