mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-16 13:55:03 -05:00
Use string from strings.xml
This commit is contained in:
parent
a7a8f0a78e
commit
127ab0fd81
@ -269,6 +269,6 @@ class ExpiryDatePickerDialog extends DatePickerDialog {
|
|||||||
}
|
}
|
||||||
//Set permanent title.
|
//Set permanent title.
|
||||||
public void setTitle(CharSequence title) {
|
public void setTitle(CharSequence title) {
|
||||||
super.setTitle("Set date");
|
super.setTitle(getContext().getString(R.string.expiry_date_dialog_title));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -130,6 +130,7 @@
|
|||||||
<string name="label_send_key">Upload key to selected keyserver after certification</string>
|
<string name="label_send_key">Upload key to selected keyserver after certification</string>
|
||||||
<string name="label_fingerprint">Fingerprint</string>
|
<string name="label_fingerprint">Fingerprint</string>
|
||||||
<string name="select_keys_button_default">Select</string>
|
<string name="select_keys_button_default">Select</string>
|
||||||
|
<string name="expiry_date_dialog_title">Set expiry date</string>
|
||||||
|
|
||||||
<plurals name="select_keys_button">
|
<plurals name="select_keys_button">
|
||||||
<item quantity="one">%d selected</item>
|
<item quantity="one">%d selected</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user