From b6f73eb290915a57fdc2f7d0d156fb389b2d628f Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 6 Mar 2012 11:25:41 +0100 Subject: [PATCH] MINOR Title for "sync files" button --- code/controllers/AssetAdmin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/controllers/AssetAdmin.php b/code/controllers/AssetAdmin.php index ac1aea48..e2e456e0 100644 --- a/code/controllers/AssetAdmin.php +++ b/code/controllers/AssetAdmin.php @@ -173,7 +173,8 @@ JS $syncButton = new LiteralField( 'SyncButton', sprintf( - '%s', + '%s', + _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'), _t('FILESYSTEMSYNC','Sync files') )