No setting languages
In addition to photo
admin/languages, not here
Do you understand now?
Meanwhile you can only change it in the code: ow_system_plugins/base/components/profile_action_toolbar.php.
line 175:
"label" => "More",
But remember it will be overwritten while next update of the software.
in ow_system_plugins/base/components/profile_action_toolbar.php
replace this
$moreGroup = array( "key" => "base.more", "label" => "More", "toolbar" => $moreActions );
with this:
$moreGroup = array( "key" => "base.more", "label" => OW::getLanguage()->text("base", "more"), "toolbar" => $moreActions );