From 9e4babd18c2063c7857aad68330144fef59c24d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Thu, 7 Mar 2024 17:09:36 +0100 Subject: [PATCH] fix: hires timer is ms-level --- src/lib/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/locales/en.json b/src/lib/locales/en.json index 65b488f..a6c370a 100644 --- a/src/lib/locales/en.json +++ b/src/lib/locales/en.json @@ -43,7 +43,7 @@ }, "timer": { "label": "High resolution timer", - "description": "Display a microsecond resolution timer on screen, useful for measuring video pipeline latency." + "description": "Display a millisecond resolution timer on screen, useful for measuring video pipeline latency." } } }