From c3e6b2d8493fa5d2bb0d966032d23b8e24ba080f 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 6d872d57..90326984 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" } } }