diff --git a/DesktopClock/Properties/Settings.cs b/DesktopClock/Properties/Settings.cs
index ac94637..8ae0248 100644
--- a/DesktopClock/Properties/Settings.cs
+++ b/DesktopClock/Properties/Settings.cs
@@ -94,12 +94,12 @@ private Settings()
public DateTime CountdownTo { get; set; } = default;
///
- /// Time zone to be used.
+ /// A different time zone to be used.
///
public string TimeZone { get; set; } = string.Empty;
///
- /// Font used for the clock's text.
+ /// Font to use for the clock's text.
///
public string FontFamily { get; set; } = "Consolas";
@@ -129,7 +129,7 @@ private Settings()
public double BackgroundCornerRadius { get; set; } = 1;
///
- /// Path to the background image. If left blank, solid color will be used.
+ /// Path to the background image. If left blank, a solid color will be used.
///
public string BackgroundImagePath { get; set; } = string.Empty;
@@ -164,7 +164,7 @@ private Settings()
public bool StartHidden { get; set; } = false;
///
- /// Allows moving the clock by dragging the mouse.
+ /// Allows moving the clock by dragging it with the cursor.
///
public bool DragToMove { get; set; } = true;
@@ -182,7 +182,7 @@ private Settings()
public string WavFilePath { get; set; } = string.Empty;
///
- /// Interval for playing the WAV file if one is specified and exists.
+ /// Interval for playing the WAV file if one is specified and exists (HH:mm:ss).
///
public TimeSpan WavFileInterval { get; set; }
diff --git a/DesktopClock/SettingsWindow.xaml b/DesktopClock/SettingsWindow.xaml
index 0f29d4d..afb662a 100644
--- a/DesktopClock/SettingsWindow.xaml
+++ b/DesktopClock/SettingsWindow.xaml
@@ -35,7 +35,7 @@
-
@@ -52,7 +52,7 @@
Command="{Binding ResetCountdownCommand}"
Grid.Column="1" />
-
@@ -60,7 +60,7 @@
-
@@ -71,7 +71,7 @@
-
@@ -127,7 +127,7 @@
Click="BrowseBackgroundImagePath"
Grid.Column="1" />
-
@@ -163,7 +163,7 @@
Margin="0,0,0,12" />
-
@@ -193,7 +193,7 @@
-