You are here

function spaces_customtext_perm in Spaces 6.3

Implementation of hook_perm(). Note that this is the same perm provided by the stringoverrides module.

File

spaces_customtext/spaces_customtext.module, line 156
Spaces Custom Text.

Code

function spaces_customtext_perm() {
  return array(
    'administer string overrides',
  );
}