Commit d4e3df1c9d58e0116294300fb219f9c1e337d00e

Authored by kevin_fourie
1 parent 797438b5

Merged in from STABLE trunk...

KTS-2036
"Spelling error: 'Assignement' on the 'Allocate permissions' on 'Document Permissions (by state)' when setting the permissions in workflow."
Fixed.

Committed By: Kevin
Reviewed By: Jalaloedien


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6758 c91229c3-7414-0410-bfa2-8a42b809f60b
i18n/knowledgeTree.pot
... ... @@ -7154,7 +7154,7 @@ msgid "Select document types allowed in folder"
7154 7154 msgstr ""
7155 7155  
7156 7156 #: i18n/templates.c:3797 i18n/templates.c:4268
7157   -msgid "Select roles and groups for whom you wish to change permission assignement from the box on the left, and move them over to the box on the right using the button with right-pointing arrows. You can then allocate or remove permissions from these entities and save by pressing the 'Update Permission Assignments' button'."
  7157 +msgid "Select roles and groups for whom you wish to change permission assignment from the box on the left, and move them over to the box on the right using the button with right-pointing arrows. You can then allocate or remove permissions from these entities and save by pressing the 'Update Permission Assignments' button'."
7158 7158 msgstr ""
7159 7159  
7160 7160 #: i18n/templates.c:3446
... ...
templates/ktcore/folder/permissions.smarty
... ... @@ -32,7 +32,7 @@
32 32 <form action="{$smarty.server.PHP_SELF}" method="POST">
33 33 <div class="field">
34 34  
35   - <p class="descriptiveText">{i18n}Select roles and groups for whom you wish to change permission assignement from the box on the left, and move them over to the box on the right using the button with right-pointing arrows. You can then allocate or remove permissions from these entities and save by pressing the 'Update Permission Assignments' button'.{/i18n}</p>
  35 + <p class="descriptiveText">{i18n}Select roles and groups for whom you wish to change permission assignment from the box on the left, and move them over to the box on the right using the button with right-pointing arrows. You can then allocate or remove permissions from these entities and save by pressing the 'Update Permission Assignments' button'.{/i18n}</p>
36 36  
37 37 <table>
38 38  
... ...
templates/ktcore/workflow/admin/allocate_permissions.smarty
... ... @@ -8,7 +8,7 @@
8 8 <form action="{$smarty.server.PHP_SELF}" method="POST">
9 9 <div class="field">
10 10  
11   - <p class="descriptiveText">{i18n}Select roles and groups for whom you wish to change permission assignement from the box on the left, and move them over to the box on the right using the button with right-pointing arrows. You can then allocate or remove permissions from these entities and save by pressing the 'Update Permission Assignments' button'.{/i18n}</p>
  11 + <p class="descriptiveText">{i18n}Select roles and groups for whom you wish to change permission assignment from the box on the left, and move them over to the box on the right using the button with right-pointing arrows. You can then allocate or remove permissions from these entities and save by pressing the 'Update Permission Assignments' button'.{/i18n}</p>
12 12  
13 13 <table>
14 14  
... ...