[longomatch] Fix hotkey description



commit 248e122e9a6e991087f7e4ec2b4628981beeed86
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Oct 28 10:28:39 2014 +0100

    Fix hotkey description

 LongoMatch.Core/Common/Hotkeys.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Common/Hotkeys.cs b/LongoMatch.Core/Common/Hotkeys.cs
index 494cbdd..e777ee3 100644
--- a/LongoMatch.Core/Common/Hotkeys.cs
+++ b/LongoMatch.Core/Common/Hotkeys.cs
@@ -72,7 +72,7 @@ namespace LongoMatch.Core.Common
                        ActionsDescriptions [KeyAction.VisitorPlayer] = Catalog.GetString ("Start tagging 
away player");
                        ActionsDescriptions [KeyAction.SpeedDown] = Catalog.GetString ("Increase playback 
speed");
                        ActionsDescriptions [KeyAction.SpeedUp] = Catalog.GetString ("Decrease playback 
speed");
-                       ActionsDescriptions [KeyAction.PauseClock] = Catalog.GetString ("Pause clock");
+                       ActionsDescriptions [KeyAction.PauseClock] = Catalog.GetString ("Pause/Resume capture 
clock");
                        ActionsDescriptions [KeyAction.StartPeriod] = Catalog.GetString ("Start recording 
period");
                        ActionsDescriptions [KeyAction.StopPeriod] = Catalog.GetString ("Stop recording 
period");
                        ActionsDescriptions [KeyAction.Substitution] = Catalog.GetString ("Toggle 
substitutions mode");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]