diff --git a/AutoDarkModeApp/Strings/en-us/Resources.resw b/AutoDarkModeApp/Strings/en-us/Resources.resw
index 9c0600c6d..353649d8d 100644
--- a/AutoDarkModeApp/Strings/en-us/Resources.resw
+++ b/AutoDarkModeApp/Strings/en-us/Resources.resw
@@ -133,7 +133,7 @@
Active delays
- Use Taskbar Accent Color during
+ Use Taskbar accent color during
Adapt to system
@@ -212,7 +212,7 @@
Enable color filter during dark mode
- Customize the Windows system color scheme to your liking.
+ Customize the Windows system color scheme to your liking
Conditions
@@ -468,16 +468,11 @@ Would you like to create an issue on the Auto Dark Mode repository?
Monitor
+ noun (device)
Auto theme switching is enabled
-
- Your changes have been saved!
-
-
- Your changes will be saved automatically.
-
A downgrade is available
@@ -514,17 +509,13 @@ Would you like to create an issue on the Auto Dark Mode repository?
Theme switch pending
-
- Warning: We couldn't read your current theme.
-
An update is available!
- A new version is available on GitHub with fixes and enhancements.
+ A new version with fixes and enhancements is available on GitHub.
-Currently installed version: {0}, new version: {1}
- This should be handled with discrete ("Update" or "Dismiss") buttons
+Currently installed: {0}, new: {1}
Version info copied to clipboard
@@ -546,7 +537,6 @@ Currently installed version: {0}, new version: {1}
Open configuration file
- Don't use unnessecary abbreviations
Open configuration folder
@@ -570,7 +560,7 @@ Currently installed version: {0}, new version: {1}
Open updater log
- Go to Night light settings
+ Open Night light settings
Path:
@@ -588,19 +578,19 @@ Currently installed version: {0}, new version: {1}
Select mouse pointers
- Configure different mouse pointers for dark and light modes.
+ Configure mouse pointers for dark and light modes
Select a theme
- Select a different Windows theme for dark and light mode respectively. Allows full theme customization, but requires you to set up .theme files.
+ Select a Windows theme for light and dark mode
Personalize your background
- Customize your desktop for all monitors, individual monitors, set a background color or enable spotlight.
+ Customize your desktop for all monitors, individual monitors, set a background color or enable spotlight
Position
@@ -679,9 +669,11 @@ Currently installed version: {0}, new version: {1}
Reset
+ verb
Restart
+ verb
Restart to apply changes
@@ -820,9 +812,10 @@ Currently installed version: {0}, new version: {1}
Updates
+ noun, plural
- Use Location Service
+ Use location service
Version
@@ -842,15 +835,11 @@ Currently installed version: {0}, new version: {1}
Windows spotlight
-
- This option is disabled. Need to run on Windows 10 April 2019 or later.
- Don't blame a user directly!
-
You have disabled the auto start entry via Windows.
- 1. Go to Windows Settings > Personalization > Colors.
+ 1. Open Windows Settings > Personalization > Colors.
2. Change the system color to 'Light' for the light theme.
3. Go to Windows Settings > Personalization > Themes.
4. Select your favorite wallpaper, mouse pointers and accent color.
@@ -877,7 +866,7 @@ Currently installed version: {0}, new version: {1}
Path
- Auto start has been disabled in Windows Settings. To enable Auto Dark Mode to start with Windows again, please go to Windows Settings > Apps > Startup and enable it.
+ Auto start is disabled in Windows Settings.
Beta
@@ -892,7 +881,7 @@ Currently installed version: {0}, new version: {1}
Language
- Go to Windows Spotlight settings
+ Open Windows Spotlight settings
Stable
@@ -922,13 +911,13 @@ Currently installed version: {0}, new version: {1}
The hotkey didn't work? Don't worry, let's save it again
- Save successfully
+ Save successfull
Save failed
- Start typing to add any apps
+ Start typing to add apps
App mode
@@ -951,9 +940,6 @@ Currently installed version: {0}, new version: {1}
Accent Surfaces
-
- Choose when the accent color should be applied
-
Apply during
@@ -983,7 +969,7 @@ Please note: This may introduce slight to moderate lag on some systems during th
Dark mode for your web browser
- Dark Reader is a browser extension which makes websites in Chrome, Edge and Firefox respect the current theme of your system. Click here to learn more
+ Dark Reader is a browser extension which makes websites in Chrome, Edge and Firefox respect the current theme of your system. Click here to learn more.
Open Windows mouse pointer settings
@@ -1003,10 +989,10 @@ Please note: This may introduce slight to moderate lag on some systems during th
Copied
- Attempts to reduce wrong UI colors in the explorer, taskbar and start menu by fixing the theme after every switch.
+ Attempts to reduce wrong UI colors in the explorer, taskbar and start menu by fixing the theme after every switch
- Open Windows settings
+ Open Windows Settings
Selected color
@@ -1014,14 +1000,12 @@ Please note: This may introduce slight to moderate lag on some systems during th
Windows colors
-
- Automatic accent color is selected. The color will be determined by the current wallpaper
-
Color preview
Preview
+ noun
Accent color for the taskbar
@@ -1033,7 +1017,7 @@ Please note: This may introduce slight to moderate lag on some systems during th
Ambient light sensor
- Automatically switch themes based on ambient light levels detected by your device's light sensor.
+ Automatically switch themes based on ambient light levels detected by your device's light sensor
Light thresholds
@@ -1042,7 +1026,7 @@ Please note: This may introduce slight to moderate lag on some systems during th
Configure light thresholds
- This feature automatically switches the theme based on the brightness of your environment. Set the light levels (in lux) at which the theme should switch. Use different thresholds to prevent rapid switching.
+ Automatically switch the theme based on the brightness of your environment. Set the light levels (in lux) at which the theme should switch. Use different thresholds to prevent rapid switching.
Dark below (lux)
@@ -1066,7 +1050,7 @@ Please note: This may introduce slight to moderate lag on some systems during th
Dimly lit room
- Living room / bedroom
+ Livingroom / bedroom
Office lighting
@@ -1093,7 +1077,7 @@ Please note: This may introduce slight to moderate lag on some systems during th
Automatically switches the theme based on environment lighting
- This feature isn't available on your device because no ambient light sensor was detected
+ This feature isn't available because no ambient light sensor was detected
Current:
diff --git a/AutoDarkModeApp/ViewModels/SettingsViewModel.cs b/AutoDarkModeApp/ViewModels/SettingsViewModel.cs
index 159ac976c..1a9e4dc9e 100644
--- a/AutoDarkModeApp/ViewModels/SettingsViewModel.cs
+++ b/AutoDarkModeApp/ViewModels/SettingsViewModel.cs
@@ -267,11 +267,10 @@ private async Task GetAutostartInfo(bool toggleVisibility = true)
Title = "StartWithWindows".GetLocalized(),
Content = "StartWithWindowsFailed_Content".GetLocalized(),
XamlRoot = App.MainWindow.Content.XamlRoot,
+ PrimaryButtonText = "OpenWindowsSettings".GetLocalized(),
+ PrimaryButtonCommand = new RelayCommand(OpenAutostartSettings),
+ PrimaryButtonStyle = (Style)App.Current.Resources["AccentButtonStyle"],
CloseButtonText = "Close".GetLocalized(),
- IsSecondaryButtonEnabled = true,
- SecondaryButtonText = "OpenWindowsSettings".GetLocalized(),
- SecondaryButtonCommand = new RelayCommand(OpenAutostartSettings),
- DefaultButton = ContentDialogButton.Secondary
};
if (IsAutostart)
diff --git a/AutoDarkModeApp/Views/ColorizationPage.xaml b/AutoDarkModeApp/Views/ColorizationPage.xaml
index 8ac9cf2e1..b2e6044f3 100644
--- a/AutoDarkModeApp/Views/ColorizationPage.xaml
+++ b/AutoDarkModeApp/Views/ColorizationPage.xaml
@@ -45,13 +45,6 @@
-
-
-
-
@@ -64,7 +63,6 @@
diff --git a/AutoDarkModeApp/Views/TimePage.xaml b/AutoDarkModeApp/Views/TimePage.xaml
index 2fc003bad..d7cedcb21 100644
--- a/AutoDarkModeApp/Views/TimePage.xaml
+++ b/AutoDarkModeApp/Views/TimePage.xaml
@@ -39,7 +39,7 @@
-
+
@@ -67,7 +67,7 @@
Content="{helpers:ResourceString Name=FollowWindowsNightLight}"
GroupName="TriggerMode"
IsChecked="{x:Bind ViewModel.SelectedTriggerMode, Converter={StaticResource EnumToBooleanConverter}, ConverterParameter=WindowsNightLight, Mode=OneWay}" />
-
+