Skip to content

Commit

Permalink
Fixes some errors in exceptions localization (dnnsoftware#3748)
Browse files Browse the repository at this point in the history
Fixes some errors in exceptions localization
  • Loading branch information
valadas authored and DnnSoftwarePersian committed May 17, 2020
1 parent 0ba1959 commit f2faa0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DNN Platform/Website/App_GlobalResources/Exceptions.resx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<value>Either Sender is null or Sender.UserID is negative.</value>
</data>
<data name="PrivateMessageDisabledError.Text" xml:space="preserve">
<value>Users doesn't allow send message to other user/group in current message settings.</value>
<value>Current messaging settings do not allow sending messages to other users/groups.</value>
</data>
<data name="MsgOnlyHostOrAdminOrUserInGroupCanSendToRoleError.Text" xml:space="preserve">
<value>Only Super Users, Administrators and group members can send messages to the role.</value>
Expand Down Expand Up @@ -394,7 +394,7 @@
<value>Author cannot be found. Notification won't be sent.</value>
</data>
<data name="WorkflowCannotDiscard.Text" xml:space="preserve">
<value>Cannot discard on last workflow state.</value>
<value>Cannot discard the last workflow state.</value>
</data>
<data name="WorkflowStateInUsageException.Text" xml:space="preserve">
<value>Cannot delete a state in use.</value>
Expand Down

0 comments on commit f2faa0d

Please sign in to comment.