mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-05-03 05:04:23 -04:00
"Locale" typo. Make user msg more clear
This commit is contained in:
@@ -151,7 +151,7 @@ namespace LibationWinForms.Dialogs
|
||||
if (string.IsNullOrWhiteSpace(dto.AccountId))
|
||||
throw new Exception("Please enter an account id for all accounts");
|
||||
if (string.IsNullOrWhiteSpace(dto.LocaleName))
|
||||
throw new Exception("Please select a local name for all accounts");
|
||||
throw new Exception("Please select a locale (i.e.: country or region) for all accounts");
|
||||
|
||||
var acct = accountsSettings.Upsert(dto.AccountId, dto.LocaleName);
|
||||
acct.LibraryScan = dto.LibraryScan;
|
||||
|
||||
Reference in New Issue
Block a user