]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed language strings in pages plugin
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 26 Mar 2011 13:09:21 +0000 (13:09 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 26 Mar 2011 13:09:21 +0000 (13:09 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8838 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/pages/languages/en.php

index 14de6d8bf2184c62ec5febd2df11de9bb7b15b24..f590afb9cdbd8bcff153a792cda9fa723a37bb11 100644 (file)
@@ -50,10 +50,10 @@ $english = array(
         * Form fields
         */
 
-       'pages:title' => 'Pages Title',
-       'pages:description' => 'Your page entry',
+       'pages:title' => 'Page title',
+       'pages:description' => 'Page text',
        'pages:tags' => 'Tags',
-       'pages:access_id' => 'Access',
+       'pages:access_id' => 'Read access',
        'pages:write_access_id' => 'Write access',
 
        /**
@@ -63,7 +63,7 @@ $english = array(
        'pages:cantedit' => 'You cannot edit this page',
        'pages:saved' => 'Page saved',
        'pages:notsaved' => 'Page could not be saved',
-       'pages:notitle' => 'You must specify a title for your page.',
+       'pages:error:no_title' => 'You must specify a title for this page.',
        'pages:delete:success' => 'The page was successfully deleted.',
        'pages:delete:failure' => 'The page could not be deleted.',