diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-12-15 14:10:04 -0500 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-12-15 14:10:04 -0500 |
commit | 4d360c11d14768c8a0229b8b2b1f02622f17c48a (patch) | |
tree | ae7f01685a08c16a49b551925631c7401dbb79d0 /mod/pages/languages/en.php | |
parent | cd3839cfec814c191ff664faeaf9e9360118d6bf (diff) | |
parent | 21eb7616a11906a19260a081070a6b1c51820fa3 (diff) | |
download | elgg-4d360c11d14768c8a0229b8b2b1f02622f17c48a.tar.gz elgg-4d360c11d14768c8a0229b8b2b1f02622f17c48a.tar.bz2 |
Merge branch 'pr-316' into 1.8
Diffstat (limited to 'mod/pages/languages/en.php')
-rw-r--r-- | mod/pages/languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/pages/languages/en.php b/mod/pages/languages/en.php index eb9d22708..930676b3e 100644 --- a/mod/pages/languages/en.php +++ b/mod/pages/languages/en.php @@ -61,6 +61,7 @@ View and comment on the new page: 'pages:title' => 'Page title', 'pages:description' => 'Page text', 'pages:tags' => 'Tags', + 'pages:parent_guid' => 'Parent page', 'pages:access_id' => 'Read access', 'pages:write_access_id' => 'Write access', @@ -110,4 +111,4 @@ View and comment on the new page: 'pages:backtoparent' => "Back to '%s'", ); -add_translation("en", $english);
\ No newline at end of file +add_translation("en", $english); |