From f4dc8b6cafba3b972850e7593c5e4642b0a3f206 Mon Sep 17 00:00:00 2001 From: ohaiibuzzle <23693150+ohaiibuzzle@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:50:19 +0700 Subject: [PATCH] fix: shorten English warning for AVX --- Whisky/Localizable.xcstrings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Whisky/Localizable.xcstrings b/Whisky/Localizable.xcstrings index cc220b0c..3bb1d0fa 100644 --- a/Whisky/Localizable.xcstrings +++ b/Whisky/Localizable.xcstrings @@ -3135,7 +3135,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "AVX Support" + "value" : "AVX Emulation" } } } @@ -3145,7 +3145,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "This option significantly impacts emulation performance" + "value" : "Significantly impacts performance" } } }