Explorar o código

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

Christian Morgan %!s(int64=11) %!d(string=hai) anos
pai
achega
b6f95281b2
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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:
 
 * ``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
-  admin
+  Admin
 
 Ideally the ``messages`` catalogue should be changed to avoid any issues with
 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
 
@@ -75,7 +75,7 @@ fields within the group.
 
 Overriding the translation domain is of particular use when using
 :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: