Skip to content

Commit 01aa440

Browse files
tweak grammar
1 parent 0e65cde commit 01aa440

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DesktopClock/SettingsWindow.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<StackPanel>
193193
<AccessText FontWeight="SemiBold"
194194
Text="Settings _folder" />
195-
<TextBlock Text="Open the settings folder."
195+
<TextBlock Text="Open the settings folder"
196196
Style="{StaticResource SidebarToolDescription}" />
197197
</StackPanel>
198198
</Button>
@@ -202,7 +202,7 @@
202202
<StackPanel>
203203
<AccessText FontWeight="SemiBold"
204204
Text="Settings f_ile" />
205-
<TextBlock Text="Open the JSON file."
205+
<TextBlock Text="Open the JSON file"
206206
Style="{StaticResource SidebarToolDescription}" />
207207
</StackPanel>
208208
</Button>
@@ -212,7 +212,7 @@
212212
<StackPanel>
213213
<AccessText FontWeight="SemiBold"
214214
Text="_New clock" />
215-
<TextBlock Text="Start a fresh copy."
215+
<TextBlock Text="Start a fresh copy"
216216
Style="{StaticResource SidebarToolDescription}" />
217217
</StackPanel>
218218
</Button>

0 commit comments

Comments
 (0)