Skip to content

Commit

Permalink
Fix wording issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Dec 28, 2023
1 parent 914944f commit 47b41e9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</Grid>

<!-- Default to day time -->
<Grid Margin="16,8" ToolTip="When LightBulb is disabled or paused, restore configured day-time temperature and brightness instead of default monitor gamma">
<Grid Margin="16,8" ToolTip="When LightBulb is disabled or paused, restore the configured day-time temperature and brightness instead of the default monitor gamma">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="Auto" />
Expand All @@ -64,7 +64,7 @@
</Grid>

<!-- Pause when full screen -->
<Grid Margin="16,8" ToolTip="Pause LightBulb when any fullscreen window is in foreground">
<Grid Margin="16,8" ToolTip="Pause LightBulb when any fullscreen window is in the foreground">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="Auto" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
mc:Ignorable="d">
<StackPanel Margin="0,8" Orientation="Vertical">
<!-- Is enabled -->
<Grid Margin="16,8" ToolTip="Pause LightBulb when any of the selected applications are in foreground">
<Grid Margin="16,8" ToolTip="Pause LightBulb when any of the selected applications are in the foreground">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="Auto" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<LineBreak />
<Run Text="Note that this brightness setting applies to the color gamma, not to the actual brightness of the monitor." />
<LineBreak />
<Run Text="If your computer is already capable of auto-adjusting screen brightness based on lighting conditions (common for laptops), it's recommended to disable LightBulb's brightness control by keeping both brightness settings at 100%." />
<Run Text="If your computer is already capable of auto-adjusting screen brightness based on lighting conditions (common for laptops), then it's recommended to disable LightBulb's brightness control by keeping both brightness settings at 100%." />
</TextBlock>
</StackPanel.ToolTip>
<TextBlock VerticalAlignment="Center" Text="Day-time brightness:" />
Expand Down Expand Up @@ -102,7 +102,7 @@
<LineBreak />
<Run Text="Note that this brightness setting applies to the color gamma, not to the actual brightness of the monitor." />
<LineBreak />
<Run Text="If your computer is already capable of auto-adjusting screen brightness based on lighting conditions (common for laptops), it's recommended to disable LightBulb's brightness control by keeping both brightness settings at 100%." />
<Run Text="If your computer is already capable of auto-adjusting screen brightness based on lighting conditions (common for laptops), then it's recommended to disable LightBulb's brightness control by keeping both brightness settings at 100%." />
</TextBlock>
</StackPanel.ToolTip>
<TextBlock VerticalAlignment="Center" Text="Night-time brightness:" />
Expand Down Expand Up @@ -152,7 +152,7 @@
<StackPanel
Margin="16,8"
Orientation="Horizontal"
ToolTip="Offset that specifies how early or late the transition starts relatively to sunrise and sunset">
ToolTip="Offset that specifies how early or late the transition starts, relative to the sunrise and sunset">
<TextBlock VerticalAlignment="Center" Text="Transition offset:" />
<TextBox
MinWidth="30"
Expand Down
10 changes: 5 additions & 5 deletions LightBulb/Views/Components/Settings/HotKeySettingsTabView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Grid.Column="0"
VerticalAlignment="Center"
Text="Temperature offset ↑"
ToolTip="Global hotkey to increase current temperature offset" />
ToolTip="Global hotkey to increase the current temperature offset" />
<controls:HotKeyTextBox
Grid.Column="1"
Width="120"
Expand All @@ -65,7 +65,7 @@
Grid.Column="0"
VerticalAlignment="Center"
Text="Temperature offset ↓"
ToolTip="Global hotkey to decrease current temperature offset" />
ToolTip="Global hotkey to decrease the current temperature offset" />
<controls:HotKeyTextBox
Grid.Column="1"
Width="120"
Expand All @@ -87,7 +87,7 @@
Grid.Column="0"
VerticalAlignment="Center"
Text="Brightness offset ↑"
ToolTip="Global hotkey to increase current brightness offset" />
ToolTip="Global hotkey to increase the current brightness offset" />
<controls:HotKeyTextBox
Grid.Column="1"
Width="120"
Expand All @@ -109,7 +109,7 @@
Grid.Column="0"
VerticalAlignment="Center"
Text="Brightness offset ↓"
ToolTip="Global hotkey to decrease current brightness offset" />
ToolTip="Global hotkey to decrease the current brightness offset" />
<controls:HotKeyTextBox
Grid.Column="1"
Width="120"
Expand All @@ -131,7 +131,7 @@
Grid.Column="0"
VerticalAlignment="Center"
Text="Reset offset"
ToolTip="Global hotkey to reset current temperature and brightness offset" />
ToolTip="Global hotkey to reset the current temperature and brightness offsets" />
<controls:HotKeyTextBox
Grid.Column="1"
Width="120"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Grid.Column="1"
Content="Location-based"
IsChecked="{Binding IsManualSunriseSunsetEnabled, Converter={x:Static converters:InverseBoolConverter.Instance}}"
ToolTip="Configure location and use it to automatically calculate sunrise and sunset" />
ToolTip="Configure your location and use it to automatically calculate the sunrise and sunset times" />
</Grid>

<!-- Manual -->
Expand Down Expand Up @@ -156,7 +156,7 @@
<TextBlock
Margin="16,8"
Foreground="DarkRed"
Text="There was an error resolving location"
Text="There was an error resolving the location"
Visibility="{Binding IsLocationError, Converter={x:Static s:BoolToVisibilityConverter.Instance}}" />
</StackPanel>
</StackPanel>
Expand Down
4 changes: 2 additions & 2 deletions LightBulb/Views/RootView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
VerticalAlignment="Center"
Click="CloseButton_OnClick"
Style="{DynamicResource MaterialDesignFlatDarkButton}"
ToolTip="Hide LightBulb to tray">
ToolTip="Hide LightBulb to the system tray">
<materialDesign:PackIcon
Width="24"
Height="24"
Expand Down Expand Up @@ -320,7 +320,7 @@
Margin="8"
Command="{s:Action ShowAbout}"
Style="{DynamicResource MaterialDesignFlatButton}"
ToolTip="Open project page on GitHub">
ToolTip="Open LightBulb on GitHub">
<StackPanel Orientation="Horizontal">
<materialDesign:PackIcon
Width="24"
Expand Down

0 comments on commit 47b41e9

Please sign in to comment.