Browse Source

Fixed minor typo in translation.rst
Made 'Admin'/'Admins' the consistent style for referring to a SonataAdmin Admin class

Christian Morgan 11 years ago
parent
commit
b6f95281b2
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Resources/doc/reference/translation.rst

+ 4 - 4
Resources/doc/reference/translation.rst

@@ -4,14 +4,14 @@ Translation
 There are two main catalogue names in an Admin class:
 There are two main catalogue names in an Admin class:
 
 
 * ``SonataAdminBundle``: this catalogue is used to translate shared messages
 * ``SonataAdminBundle``: this catalogue is used to translate shared messages
-  accross different admins
+  across different Admins
 * ``messages``: this catalogue is used to translate the messages for the current
 * ``messages``: this catalogue is used to translate the messages for the current
-  admin
+  Admin
 
 
 Ideally the ``messages`` catalogue should be changed to avoid any issues with
 Ideally the ``messages`` catalogue should be changed to avoid any issues with
 other Admin classes.
 other Admin classes.
 
 
-You have two options to configure the catalogue for the admin class:
+You have two options to configure the catalogue for the Admin class:
 
 
 * by over-riding the ``$translationDomain`` property
 * by over-riding the ``$translationDomain`` property
 
 
@@ -75,7 +75,7 @@ fields within the group.
 
 
 Overriding the translation domain is of particular use when using
 Overriding the translation domain is of particular use when using
 :doc:`extensions <extensions>`, where the extension and the translations would
 :doc:`extensions <extensions>`, where the extension and the translations would
-be defined in one bundle, but implemented in many different admin instances.
+be defined in one bundle, but implemented in many different Admin instances.
 
 
 Setting the translation domain on an individual field:
 Setting the translation domain on an individual field: