From 122135f45eb583ea05f38bd18f7dfced456cbed6 Mon Sep 17 00:00:00 2001 From: Saivann Date: Thu, 17 Jul 2014 22:05:46 -0400 Subject: [PATCH] Explicitly mention that only the client is open-sourced (thanks BitCoinDream) --- _translations/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_translations/en.yml b/_translations/en.yml index c038d0e6..28c6b061 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -141,7 +141,7 @@ en: checkgoodtransparencydeterministic: "Complete transparency" checkgoodtransparencydeterministictxt: "This wallet is open-source and built deterministically. This means any developer in the world can audit the code and make sure the final software isn't hiding any secrets." checkpasstransparencyopensource: "Good transparency" - checkpasstransparencyopensourcetxt: "The developers of this wallet publish the source code. This means any developer in the world can audit the code. However, you still need to trust developers of this wallet when installing or updating the final software because it was not built deterministically like Bitcoin Core." + checkpasstransparencyopensourcetxt: "The developers of this wallet publish the source code for the client. This means any developer in the world can audit the code. However, you still need to trust developers of this wallet when installing or updating the final software because it was not built deterministically like Bitcoin Core." checkpasstransparencyclosedsource: "No transparency" checkpasstransparencyclosedsourcetxt: "This wallet is not open-source. This means it is not possible to audit the code and make sure the final software isn't hiding dangerous code or doing anything you wouldn't agree to." checkfailtransparencyremote: "Remote app"