I want to translate the Text: "There is currently 1 user online." in the who's online box. But i do not know which file needs to edit.

Comments

VM’s picture

you shouldn't edit file directly. The text in question is a t() string hard coded in user.module. you can alter the text by utilizing the stringoverrides.module. Though if your site is already using a language translation, the text in question should already be translated.