You are here

function stringoverrides_perm in String Overrides 6

Same name and namespace in other branches
  1. 5 stringoverrides.module \stringoverrides_perm()

Implementation of hook_perm()

File

./stringoverrides.module, line 48
Configuration interface to provide a quick and easy way of replacing text.

Code

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