mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 04:13:40 +01:00
Clarify wording in settings and error notifications
This commit is contained in:
parent
5304c9abc3
commit
85b77226e9
2 changed files with 4 additions and 2 deletions
|
|
@ -105,7 +105,8 @@ internal class PluginErrorHandler : IServiceType
|
|||
Type = NotificationType.Error,
|
||||
InitialDuration = TimeSpan.FromSeconds(15),
|
||||
MinimizedText = creatingErrorsText,
|
||||
Content = $"The plugin '{devPlugin.Name}' is creating errors. Click 'Show console' to learn more.",
|
||||
Content = $"The plugin '{devPlugin.Name}' is creating errors. Click 'Show console' to learn more.\n\n" +
|
||||
$"You are seeing this because '{devPlugin.Name}' is a Dev Plugin.",
|
||||
RespectUiHidden = false,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue