Skip to content

Commit 7e7228c

Browse files
yuemingwandroid-build-merger
authored andcommitted
Fix string typo for "fail_to_remove_account".
am: 2c37eab467 Change-Id: Id09e9f86b8b14467d6e9e77d30f4bce8c6ac8a58
2 parents 66429ef + 8a40f3a commit 7e7228c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<string name="fail_to_add_account">Failed to add account</string>
6363
<string name="remove_account">Remove account</string>
6464
<string name="success_remove_account">Account removed: %s</string>
65-
<string name="fail_to_remove_account">Failed to add account: %s</string>
65+
<string name="fail_to_remove_account">Failed to remove account: %s</string>
6666
<string name="no_accounts_available">No accounts available.</string>
6767
<string name="icon">Icon</string>
6868
<string name="manage_apps">Manage applications</string>

0 commit comments

Comments
 (0)