forked from 0x2620/pandora
typo
This commit is contained in:
parent
5e9816e693
commit
3ced9b427d
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||||
|
|
Loading…
Reference in a new issue