Browse Source

Apply suggestions from code review

renovate/org.robolectric-robolectric-4.x
Austin Huang 4 years ago
committed by GitHub
parent
commit
18774b67a5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/src/main/res/values/strings.xml

3
app/src/main/res/values/strings.xml

@ -12,7 +12,6 @@
<string name="clipboard_error">Error copying text</string>
<string name="clipboard_copied">Copied to clipboard!</string>
<string name="report">Report</string>
<string name="password">Password (max 32 chars)</string>
<string name="set_password">Password protect (max 32 chars)</string>
<string name="password_no_max">Password</string>
<string name="ok">OK</string>
@ -321,7 +320,7 @@
<string name="removed_from_favs">Removed from Favourites</string>
<string name="backup_and_restore">Backup &amp; Restore</string>
<string name="backup_summary">Backup Barinsta app settings, account login data, and/or favorites to a plain text or encrypted backup file for later restoration.</string>
<string name="backup_warning">If you\'re backing up account login data without password protection, treat the file as confidential and keep it somewhere safe!</string>
<string name="backup_warning">If you\'re backing up account login data, treat the file as confidential and keep it somewhere safe!</string>
<string name="create_backup">Create new backup file</string>
<string name="restore_backup">Restore from existing backup file</string>
<string name="file_chosen_label">File:</string>

Loading…
Cancel
Save