function opigno_og_prereq_install_translations in Opigno 7
Put in this function all the strings that are not in a t() or st() function.
File
- modules/
og_prereq/ opigno_og_prereq.install, line 73 - Module install logic.
Code
function opigno_og_prereq_install_translations() {
//
// --- FIELDS
// opigno_og_prereq.install
t('Required course');
t('Makes this course dependent on another one.');
}