mirror of https://github.com/BOINC/boinc.git
Correction for issue #5297
This commit is contained in:
parent
9e4ec24c78
commit
31e5a600d2
|
@ -156,5 +156,17 @@ CLocalization::CLocalization() {
|
||||||
m_strWCGResearchDesc =
|
m_strWCGResearchDesc =
|
||||||
_("Learn about the projects hosted at World Community Grid");
|
_("Learn about the projects hosted at World Community Grid");
|
||||||
|
|
||||||
|
// Amicable numbers
|
||||||
|
m_strANHomePageName =
|
||||||
|
_("Home page");
|
||||||
|
m_strANMessageBoardsName =
|
||||||
|
_("Message boards");
|
||||||
|
m_strANYourAccountName =
|
||||||
|
_("Your account");
|
||||||
|
m_strANYourTasksName =
|
||||||
|
_("Your tasks");
|
||||||
|
m_strANYourTeamName =
|
||||||
|
_("Your team");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue