mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
MINOR Title for "sync files" button
This commit is contained in:
parent
adefc15e5a
commit
b6f73eb290
@ -173,7 +173,8 @@ JS
|
|||||||
$syncButton = new LiteralField(
|
$syncButton = new LiteralField(
|
||||||
'SyncButton',
|
'SyncButton',
|
||||||
sprintf(
|
sprintf(
|
||||||
'<a class="ss-ui-button ss-ui-action cms-link-ajax" data-icon="" href="%s">%s</a>',
|
'<a class="ss-ui-button ss-ui-action cms-link-ajax" title="%s" href="%s">%s</a>',
|
||||||
|
_t('AssetAdmin.FILESYSTEMSYNCTITLE', 'Update the CMS database entries of files on the filesystem. Useful when new files have been uploaded outside of the CMS, e.g. through FTP.'),
|
||||||
$this->Link('doSync'),
|
$this->Link('doSync'),
|
||||||
_t('FILESYSTEMSYNC','Sync files')
|
_t('FILESYSTEMSYNC','Sync files')
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user