From 8f36d122bebfecb6a7d689e8ec34991cef4e9050 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Fri, 9 Dec 2016 14:34:34 -0800 Subject: [PATCH] UI: Clarify replay buf. hotkey error message It should specify that the user specifically needs to set the "save" hotkey, not just "the replay buffer hotkey". --- UI/data/locale/en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/data/locale/en-US.ini b/UI/data/locale/en-US.ini index ed9b139a3..8802a12ae 100644 --- a/UI/data/locale/en-US.ini +++ b/UI/data/locale/en-US.ini @@ -125,7 +125,7 @@ Output.RecordNoSpace.Msg="There is not sufficient disk space to continue recordi Output.RecordError.Title="Recording error" Output.RecordError.Msg="An unspecified error occurred while recording." Output.ReplayBuffer.NoHotkey.Title="No hotkey set!" -Output.ReplayBuffer.NoHotkey.Msg="No hotkey set for replay buffer. Please set a hotkey to use for saving replay recordings." +Output.ReplayBuffer.NoHotkey.Msg="No save hotkey set for replay buffer. Please set the \"Save\" hotkey to use for saving replay recordings." # output recording messages Output.BadPath.Title="Bad File Path"