From 64ea7bf867d7d63afc1c25ae1abfc05deb57bb15 Mon Sep 17 00:00:00 2001 From: fobb2 <46253604+fobb2@users.noreply.github.com> Date: Sun, 30 Dec 2018 02:42:56 +0000 Subject: [PATCH] capitalize 'japanese' -> 'Japanese' --- rpcs3/Json/tooltips.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Json/tooltips.json b/rpcs3/Json/tooltips.json index 346341a07c..e88446d334 100644 --- a/rpcs3/Json/tooltips.json +++ b/rpcs3/Json/tooltips.json @@ -139,7 +139,7 @@ }, "system": { "sysLangBox": "Some games may fail to boot if the system language is not available in the game itself.\nOther games will switch language automatically to what is selected here.\nIt is recommended leaving this on a language supported by the game.", - "enterButtonAssignment": "The button used for enter/accept/confirm in system dialogs.\nChange this to use the circle button instead, which is the default configuration on japanese systems and in many japanese games.\nIn these cases having the cross button assigned can often lead to confusion.", + "enterButtonAssignment": "The button used for enter/accept/confirm in system dialogs.\nChange this to use the circle button instead, which is the default configuration on Japanese systems and in many Japanese games.\nIn these cases having the cross button assigned can often lead to confusion.", "enableHostRoot": "Required for some Homebrew.\nIf unsure, don't use this option.", "limitCacheSize": "Automatically removes older files from disk cache on boot if it grows larger than the specified value.\nGames can use the cache folder to temporarily store data outside of system memory. It is not used for long term storage." }