From 95d6a451c69f666ffacfebbc6938fed60808cb63 Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Wed, 26 Apr 2017 22:14:53 +0100 Subject: [PATCH] fixed work mapping --- interface/resources/qml/hifi/tablet/InputRecorder.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/tablet/InputRecorder.qml b/interface/resources/qml/hifi/tablet/InputRecorder.qml index 656034d5db..76b122d07d 100644 --- a/interface/resources/qml/hifi/tablet/InputRecorder.qml +++ b/interface/resources/qml/hifi/tablet/InputRecorder.qml @@ -127,7 +127,7 @@ Rectangle { spacing: 20 Text { - text: "All files are saved under the folder 'hifi-input-recording' in interfaces AppData directory"; + text: "All files are saved under the folder 'hifi-input-recording' in AppData directory"; color: "white" font.pointSize: 10 }