Change upload checkbox name and default in certify dialog, too

This commit is contained in:
Vincent Breitmoser 2018-03-26 22:02:53 +02:00
parent f96fdd582f
commit 1892baba62
3 changed files with 1 additions and 7 deletions

View file

@ -118,11 +118,6 @@ public class CertifyKeyFragment
}
});
// If this is a debug build, don't upload by default
if (Constants.DEBUG) {
mUploadKeyCheckbox.setChecked(false);
}
return view;
}

View file

@ -62,7 +62,6 @@
android:id="@+id/sign_key_upload_checkbox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:checked="true"
android:text="@string/label_send_key"
android:paddingTop="12dp"
android:paddingBottom="12dp"/>

View file

@ -178,7 +178,7 @@
<string name="label_main_user_id">"Primary identity"</string>
<string name="label_name">"Name"</string>
<string name="label_email">"Email"</string>
<string name="label_send_key">"Synchronize with the Internet"</string>
<string name="label_send_key">"Publish certification on keyservers"</string>
<string name="label_fingerprint">"Fingerprint"</string>
<string name="expiry_date_dialog_title">"Set expiry date"</string>
<string name="label_keyservers_title">"Keyservers"</string>