forked from 0x2620/pandora
move files, fixes #1553
This commit is contained in:
parent
25f9243089
commit
48f65e207d
2 changed files with 7 additions and 7 deletions
|
@ -31,7 +31,7 @@ pandora.ui.mediaView = function(options, self) {
|
|||
{
|
||||
disabled: true,
|
||||
id: 'ignore',
|
||||
title: Ox._('Ignore Selected Media')
|
||||
title: Ox._('Ignore Selected Files')
|
||||
},
|
||||
{},
|
||||
{
|
||||
|
@ -407,7 +407,7 @@ pandora.ui.mediaView = function(options, self) {
|
|||
|
||||
self.$moveButton = Ox.Button({
|
||||
disabled: true,
|
||||
title: Ox._('Move Media'),
|
||||
title: Ox._('Move Files'),
|
||||
width: 116
|
||||
})
|
||||
.css({margin: '0 4px 4px 4px'})
|
||||
|
@ -481,7 +481,7 @@ pandora.ui.mediaView = function(options, self) {
|
|||
data[key] = self['$' + key + 'Input'].value();
|
||||
});
|
||||
self.$moveButton.options(
|
||||
{disabled: true, title: Ox._('Moving Media...')}
|
||||
{disabled: true, title: Ox._('Moving Files...')}
|
||||
);
|
||||
pandora.api.moveMedia(data, function(result) {
|
||||
if (
|
||||
|
@ -496,7 +496,7 @@ pandora.ui.mediaView = function(options, self) {
|
|||
self.$filesList.reloadList();
|
||||
self.$instancesList.reloadList();
|
||||
self.$moveButton.options(
|
||||
{disabled: false, title: Ox._('Move Media')}
|
||||
{disabled: false, title: Ox._('Move Files')}
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -172,7 +172,7 @@
|
|||
"IP Address": "",
|
||||
"Icon": "",
|
||||
"Icons": "",
|
||||
"Ignore Selected Media": "",
|
||||
"Ignore Selected Files": "",
|
||||
"Import": "",
|
||||
"Import Annotations": "",
|
||||
"Import {0}...": "",
|
||||
|
@ -243,9 +243,9 @@
|
|||
"Message Sent": "",
|
||||
"Modified": "",
|
||||
"Mount Volume": "",
|
||||
"Move Media": "",
|
||||
"Move files": "",
|
||||
"Move selected files to another {0}": "",
|
||||
"Moving Media...": "",
|
||||
"Moving files...": "",
|
||||
"Names": "",
|
||||
"Navigation": "",
|
||||
"New PDF": "",
|
||||
|
|
Loading…
Reference in a new issue