diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en.properties index 2269c80e..87f57382 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en.properties @@ -313,7 +313,8 @@ internalhelp.dblogsize=Size of the internal database log internalhelp.dblogsize.ok=The size of the database log file (db/airsonic.log) appears healthy. internalhelp.dblogsize.warn=The size of the database log file (db/airsonic.log) is large (greater than 256M). Run a scan to clean it up. internalhelp.tablecount=Table "{0}" count -internalhelp.mediafilesinnonpresentmusicfoldercount=Nubmer of media files in non-present music folders +internalhelp.morerows="...and {0} more." +internalhelp.mediafilesinnonpresentmusicfoldercount=Number of media files in non-present music folders internalhelp.mediafilesinnonpresentmusicfoldercount.ok=All media files in the database have a valid music folder. internalhelp.mediafilesinnonpresentmusicfoldercount.warn=The media file database contains files whose music folder is no longer present. Examples are below. internalhelp.mediafileswithmusicfoldermismatchcount=Number of media files with music folder mismatch diff --git a/airsonic-main/src/main/webapp/WEB-INF/jsp/internalhelp.jsp b/airsonic-main/src/main/webapp/WEB-INF/jsp/internalhelp.jsp index e8cbc344..3d5c39a5 100644 --- a/airsonic-main/src/main/webapp/WEB-INF/jsp/internalhelp.jsp +++ b/airsonic-main/src/main/webapp/WEB-INF/jsp/internalhelp.jsp @@ -159,6 +159,9 @@ ${invalidFolderSample.id}${invalidFolderSample.path}${invalidFolderSample.folder} + + + @@ -186,6 +189,9 @@ ${mismatchSample.id}${mismatchSample.path}${mismatchSample.folder} + + +