Fix language based on feedback from transifex

This commit is contained in:
Dominik Schürmann 2015-05-21 10:31:46 +02:00
parent 2cdaa75b01
commit ab63fa8091
3 changed files with 3 additions and 3 deletions

View File

@ -164,7 +164,7 @@ public class CreateKeyYubiKeyImportFragment extends Fragment implements NfcListe
if (!mNfcUserId.isEmpty()) {
vUserId.setText(getString(R.string.yubikey_key_holder, mNfcUserId));
} else {
vUserId.setText(getString(R.string.yubikey_key_holder_unset));
vUserId.setText(getString(R.string.yubikey_key_holder_not_set));
}
}

View File

@ -110,7 +110,7 @@ public class ViewKeyYubiKeyFragment extends Fragment
if (!mUserId.isEmpty()) {
vUserId.setText(getString(R.string.yubikey_key_holder, mUserId));
} else {
vUserId.setText(getString(R.string.yubikey_key_holder_unset));
vUserId.setText(getString(R.string.yubikey_key_holder_not_set));
}
vButton = (Button) view.findViewById(R.id.button_bind);

View File

@ -1295,7 +1295,7 @@
<string name="button_bind_key">"Bind Key"</string>
<string name="yubikey_serno">"Serial No: %s"</string>
<string name="yubikey_key_holder">"Key holder: "</string>
<string name="yubikey_key_holder_unset">"Key holder: &lt;unset&gt;"</string>
<string name="yubikey_key_holder_not_set">"Key holder: &lt;not set&gt;"</string>
<string name="yubikey_status_bound">"YubiKey matches and is bound to key"</string>
<string name="yubikey_status_unbound">"YubiKey matches, can be bound to key"</string>
<string name="yubikey_status_partly">"YubiKey matches, partly bound to key"</string>