Browse Source
fix string grammar
renovate/org.robolectric-robolectric-4.x
Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with
1 additions and
1 deletions
-
app/src/main/res/values/strings.xml
|
|
@ -235,7 +235,7 @@ |
|
|
|
<string name="request_approve">Approve request</string> |
|
|
|
<string name="request_reject">Reject request</string> |
|
|
|
<string name="share_public_post">Share this public post to…</string> |
|
|
|
<string name="share_private_post">This is a private post! Share to those who can view them!</string> |
|
|
|
<string name="share_private_post">This is a private post! Share to those who can view it.</string> |
|
|
|
<string name="discover_empty">This category is somehow empty…</string> |
|
|
|
<string name="update_available">An update is available! (%s)</string> |
|
|
|
<string name="update_notice">Reminder: If you downloaded from F-Droid, you must update from it! Same applies for GitHub.</string> |
|
|
|