From 4340044d5af3b2a53b86c777b501da5fd59c3e3d Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Sun, 2 Mar 2014 13:23:50 +0100 Subject: [PATCH] Fix accessible name for the volume slider --- Radegast/GUI/Consoles/MediaConsole.Designer.cs | 4 ++-- Radegast/GUI/Consoles/MediaConsole.resx | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Radegast/GUI/Consoles/MediaConsole.Designer.cs b/Radegast/GUI/Consoles/MediaConsole.Designer.cs index de78031..de35ebe 100644 --- a/Radegast/GUI/Consoles/MediaConsole.Designer.cs +++ b/Radegast/GUI/Consoles/MediaConsole.Designer.cs @@ -162,7 +162,7 @@ namespace Radegast this.cbKeep.TabIndex = 6; this.cbKeep.Text = "Keep current stream"; this.toolTip1.SetToolTip(this.cbKeep, "When checked the audio player will keep the current audio stream and not change w" + - "hen parcel audio changes"); + "hen parcel audio changes"); this.cbKeep.UseVisualStyleBackColor = true; // // cbPlayAudioStream @@ -260,7 +260,7 @@ namespace Radegast // // UIVolume // - this.UIVolume.AccessibleName = "Object sounds volume"; + this.UIVolume.AccessibleName = "UI sounds volume"; this.UIVolume.LargeChange = 10; this.UIVolume.Location = new System.Drawing.Point(4, 12); this.UIVolume.Maximum = 50; diff --git a/Radegast/GUI/Consoles/MediaConsole.resx b/Radegast/GUI/Consoles/MediaConsole.resx index e641aef..7ce03af 100644 --- a/Radegast/GUI/Consoles/MediaConsole.resx +++ b/Radegast/GUI/Consoles/MediaConsole.resx @@ -120,7 +120,4 @@ 17, 17 - - 17, 17 - \ No newline at end of file -- 2.11.0