Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes some errors in exceptions localization #3748

Merged
merged 1 commit into from
May 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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