It looks like a language file wasn’t updated. Are you using the default ‘english’ language pack? In /system/expressionengine/language/language_name/filemanager_lang.php around line 87:
New 2.2 code:
'pagination_filter_text' => 'Show files as %s.',
vs old code:
'pagination_filter_text' => 'Show %s files from %s as %s.',
If the old language string is still in there? It will generate that error. If it’s not the English pack, it’s likely it just hasn’t been updated yet. Tweak it manually and you should be fine.
If it IS the english language pack, it suggests something didn’t get replaced during ftp - which is slightly more worrisome- mostly because we aren’t sure what didn’t get replaced
Make sense?