diff options
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/strings.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 2b08ef294..41dc187be 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -160,7 +160,6 @@ <string name="unpublish_pgp">Remove OpenPGP public key</string> <string name="unpublish_pgp_message">Are you sure you want to remove your OpenPGP public key from your presence announcement?\nYour contacts will no longer be able to send you OpenPGP encrypted messages.</string> <string name="openpgp_has_been_published">OpenPGP public key has been published.</string> - <string name="republish_pgp_keys">Remember to republish your OpenPGP public keys!</string> <string name="mgmt_account_are_you_sure">Are you sure?</string> <string name="mgmt_account_delete_confirm_text">If you delete your account, your entire conversation history will be lost</string> <string name="attach_record_voice">Record voice</string> @@ -468,7 +467,7 @@ <string name="account_status_bind_failure">Bind failure</string> <string name="account_status_host_unknown">Server not responsible for domain</string> <string name="server_info_broken">Broken</string> - <string name="pref_presence_settings">Presence</string> + <string name="pref_presence_settings">Availability</string> <string name="pref_away_when_screen_off">Away when screen is off</string> <string name="pref_away_when_screen_off_summary">Marks your resource as away when the screen is turned off</string> <string name="pref_dnd_on_silent_mode">\"Do not disturb\" in silent mode</string> @@ -561,8 +560,8 @@ <string name="create_account">Create new account</string> <string name="use_existing_accout">Use an existing account</string> <string name="pick_your_username">Choose your username</string> - <string name="pref_manually_change_presence">Manually change presence</string> - <string name="pref_manually_change_presence_summary">Change your presence inside your account</string> + <string name="pref_manually_change_presence">Manage availability manually</string> + <string name="pref_manually_change_presence_summary">Set your availability when editing your status message.</string> <string name="change_presence">Change Presence</string> <string name="status_message">Status message</string> <string name="all_accounts_on_this_device">Set for all accounts on this device</string> @@ -770,4 +769,6 @@ <string name="pref_scroll_to_bottom_summary">Scroll down after sending a message</string> <string name="pref_scroll_to_bottom">Scroll to bottom</string> <string name="no_camera_permission">Pix-Art Messenger needs access to the camera</string> + <string name="edit_status_message_title">Edit Status Message</string> + <string name="edit_status_message">Edit status message</string> </resources> |