Add some missing titles

This commit is contained in:
Pierre Bondoerffer
2017-08-08 16:20:31 +02:00
parent d3f2398865
commit 2cc6c636db
4 changed files with 16 additions and 3 deletions

View File

@@ -1374,6 +1374,8 @@ define([
} else {
$gridButton.addClass('active');
}
$listButton.attr('title', Messages.fm_viewListButton);
$gridButton.attr('title', Messages.fm_viewGridButton);
$container.append($listButton).append($gridButton);
};