]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Make page titles more consistent: no title case in four cases.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 14 Jan 2010 22:32:40 +0000 (23:32 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 14 Jan 2010 22:32:40 +0000 (23:32 +0100)
actions/confirmaddress.php
actions/editapplication.php
actions/newapplication.php
actions/othersettings.php

index 6fd74f3ff7889bf40e55d9df9343edecb0d10e6c..cc8351d8dcc0309ae593b77e120688fb571602c9 100644 (file)
@@ -141,7 +141,7 @@ class ConfirmaddressAction extends Action
 
     function title()
     {
-        return _('Confirm Address');
+        return _('Confirm address');
     }
 
     /**
index 9cc3e3cead0cac9670a11f2761d7e0f5d9f11118..3b120259a8d2245a4e49f45561e950ad89d35df2 100644 (file)
@@ -51,7 +51,7 @@ class EditApplicationAction extends OwnerDesignAction
 
     function title()
     {
-        return _('Edit Application');
+        return _('Edit application');
     }
 
     /**
index c499fe7c76ed995bcb9896448dc410f3738cccfb..bc5b4edaf84c5b0935ad0294ecf1744638b0e0e7 100644 (file)
@@ -49,7 +49,7 @@ class NewApplicationAction extends OwnerDesignAction
 
     function title()
     {
-        return _('New Application');
+        return _('New application');
     }
 
     /**
index 0de7cd90860b1a7cc26198a4e033c5820bb4ef5a..10e9873b390b16f6cbc7e0d849a0c6d770a9814a 100644 (file)
@@ -57,7 +57,7 @@ class OthersettingsAction extends AccountSettingsAction
 
     function title()
     {
-        return _('Other Settings');
+        return _('Other settings');
     }
 
     /**