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')
)