From 5a7985f7919737efc261705e7e4445c3bf57c02a Mon Sep 17 00:00:00 2001 From: Jay <65828559+Jay-o-Way@users.noreply.github.com> Date: Tue, 20 Sep 2022 16:21:05 +0200 Subject: [PATCH] [Settings] Change icons and text (#19592) --- .../imageresizer/ui/Views/InputPage.xaml | 2 +- .../PowerRenameUILib/MainWindow.xaml | 6 +- .../ShortcutControl/ShortcutControl.xaml | 2 +- .../Settings.UI/Strings/en-us/Resources.resw | 25 +- .../Settings.UI/Views/AlwaysOnTopPage.xaml | 2 +- .../Settings.UI/Views/AwakePage.xaml | 2 +- .../Settings.UI/Views/ColorPickerPage.xaml | 226 +++++++++--------- .../Settings.UI/Views/FancyZonesPage.xaml | 10 +- .../Settings.UI/Views/GeneralPage.xaml | 28 +-- .../Settings.UI/Views/ImageResizerPage.xaml | 3 +- .../Views/KeyboardManagerPage.xaml | 7 +- .../Settings.UI/Views/MouseUtilsPage.xaml | 10 +- .../Settings.UI/Views/PowerLauncherPage.xaml | 4 +- .../Settings.UI/Views/ShortcutGuidePage.xaml | 55 +++-- .../Settings.UI/Views/VideoConference.xaml | 2 +- 15 files changed, 186 insertions(+), 198 deletions(-) diff --git a/src/modules/imageresizer/ui/Views/InputPage.xaml b/src/modules/imageresizer/ui/Views/InputPage.xaml index 46ceb36ae5..3e29106760 100644 --- a/src/modules/imageresizer/ui/Views/InputPage.xaml +++ b/src/modules/imageresizer/ui/Views/InputPage.xaml @@ -85,7 +85,7 @@ @@ -376,7 +376,7 @@ x:Uid="ToggleButton_IncludeFiles" Height="31" MinHeight="0" - Content="" + Content="" FontFamily="{ThemeResource SymbolThemeFontFamily}" IsChecked="True" Style="{StaticResource CustomToggleButtonStyle}" /> @@ -394,7 +394,7 @@ x:Uid="ToggleButton_IncludeSubFolders" Height="31" MinHeight="0" - Content="" + Content="" FontFamily="{ThemeResource SymbolThemeFontFamily}" IsChecked="True" Style="{StaticResource CustomToggleButtonStyle}" /> diff --git a/src/settings-ui/Settings.UI/Controls/ShortcutControl/ShortcutControl.xaml b/src/settings-ui/Settings.UI/Controls/ShortcutControl/ShortcutControl.xaml index 68df4b140a..1f0ff987db 100644 --- a/src/settings-ui/Settings.UI/Controls/ShortcutControl/ShortcutControl.xaml +++ b/src/settings-ui/Settings.UI/Controls/ShortcutControl/ShortcutControl.xaml @@ -40,7 +40,7 @@ - diff --git a/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw b/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw index 2d48b09ee4..bc9dbeeaf2 100644 --- a/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw +++ b/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw @@ -217,7 +217,7 @@ Selected microphone - Camera overlay image + Image displayed when camera is muted Toolbar position @@ -673,7 +673,7 @@ PowerToys will launch automatically - A Windows Shell extension for more advanced bulk renaming using search and replace or regular expressions. + A Windows Shell extension for more advanced bulk renaming using search & replace or regular expressions. Shell integration @@ -692,9 +692,6 @@ Show PowerRename in - - Press shift + right-click on files to open the extended menu - Default and extended context menu @@ -779,7 +776,7 @@ Open-source notice - Enable auto-complete for the search and replace fields + Enable auto-complete for the search & replace fields Border color @@ -1216,7 +1213,7 @@ Made with 💗 by Microsoft and the PowerToys community. Windows - refers to a set of windows, not the product name + Do translate: refers to a set of application windows, not the product name Behavior @@ -1336,7 +1333,7 @@ Made with 💗 by Microsoft and the PowerToys community. Additional options - Please define an activation command or allow this plugin for the global results to use it. + Please define an activation command or allow this plugin to be used in the global results. PowerToys Run can't provide any results without plugins @@ -1676,7 +1673,7 @@ From there, simply click on one of the supported files in the File Explorer and Downloading... - Try again to download & install + Try again to download and install Checking for updates... @@ -1688,7 +1685,7 @@ From there, simply click on one of the supported files in the File Explorer and PowerToys is up to date - Download and install + Download & install Fills @@ -2003,11 +2000,11 @@ From there, simply click on one of the supported files in the File Explorer and Customize the shortcut to turn on or off this mode "Mouse Highlighter" is the name of the utility. Mouse is the hardware mouse. - - Left button highlight color + + Primary button highlight color - - Right button highlight color + + Secondary button highlight color Opacity (%) diff --git a/src/settings-ui/Settings.UI/Views/AlwaysOnTopPage.xaml b/src/settings-ui/Settings.UI/Views/AlwaysOnTopPage.xaml index 53cebcc70c..9d75979fab 100644 --- a/src/settings-ui/Settings.UI/Views/AlwaysOnTopPage.xaml +++ b/src/settings-ui/Settings.UI/Views/AlwaysOnTopPage.xaml @@ -50,7 +50,7 @@ - + diff --git a/src/settings-ui/Settings.UI/Views/AwakePage.xaml b/src/settings-ui/Settings.UI/Views/AwakePage.xaml index 1fa2688086..ee596fb469 100644 --- a/src/settings-ui/Settings.UI/Views/AwakePage.xaml +++ b/src/settings-ui/Settings.UI/Views/AwakePage.xaml @@ -30,7 +30,7 @@ - + diff --git a/src/settings-ui/Settings.UI/Views/ColorPickerPage.xaml b/src/settings-ui/Settings.UI/Views/ColorPickerPage.xaml index b55c9913be..81f36a3600 100644 --- a/src/settings-ui/Settings.UI/Views/ColorPickerPage.xaml +++ b/src/settings-ui/Settings.UI/Views/ColorPickerPage.xaml @@ -17,133 +17,137 @@ - - - - + + + + + + + + + + + - + - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - + + + + + + + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - + + + + + + + + + + diff --git a/src/settings-ui/Settings.UI/Views/FancyZonesPage.xaml b/src/settings-ui/Settings.UI/Views/FancyZonesPage.xaml index daa62e1c6b..95d30ef968 100644 --- a/src/settings-ui/Settings.UI/Views/FancyZonesPage.xaml +++ b/src/settings-ui/Settings.UI/Views/FancyZonesPage.xaml @@ -65,7 +65,7 @@ - + @@ -98,7 +98,7 @@ - + @@ -169,7 +169,7 @@ - + @@ -199,7 +199,7 @@ - + @@ -269,7 +269,7 @@ - + diff --git a/src/settings-ui/Settings.UI/Views/GeneralPage.xaml b/src/settings-ui/Settings.UI/Views/GeneralPage.xaml index cc851817d2..4dd01e8ec5 100644 --- a/src/settings-ui/Settings.UI/Views/GeneralPage.xaml +++ b/src/settings-ui/Settings.UI/Views/GeneralPage.xaml @@ -154,8 +154,8 @@ @@ -172,12 +172,13 @@ - - - + + + +