Spellcheck in Comments and Strings
Corrected some spellings in Display messages and Comments.
This commit is contained in:
parent
c33891a4bc
commit
d1365c3d7d
12 changed files with 19 additions and 19 deletions
|
|
@ -252,7 +252,7 @@ namespace LibationWinForms.Dialogs
|
|||
{
|
||||
MessageBoxLib.ShowAdminAlert(
|
||||
this,
|
||||
$"An error occured while exporting account:\r\n{account.AccountName}",
|
||||
$"An error occurred while exporting account:\r\n{account.AccountName}",
|
||||
"Error Exporting Account",
|
||||
ex);
|
||||
}
|
||||
|
|
@ -294,7 +294,7 @@ namespace LibationWinForms.Dialogs
|
|||
{
|
||||
MessageBoxLib.ShowAdminAlert(
|
||||
this,
|
||||
$"An error occured while importing an account from:\r\n{ofd.FileName}\r\n\r\nIs the file encrypted?",
|
||||
$"An error occurred while importing an account from:\r\n{ofd.FileName}\r\n\r\nIs the file encrypted?",
|
||||
"Error Importing Account",
|
||||
ex);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue