[longomatch] Fix hotkey description
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix hotkey description
- Date: Tue, 28 Oct 2014 09:56:59 +0000 (UTC)
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]