Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan676 committed Mar 5, 2016
1 parent 49ed08a commit 8118c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<string name="upload_cancelled">Upload cancelled</string>
<string name="upload_failed">Upload failed</string>
<string name="upload_file_exist">File already exist</string>
<string name="upload_duplicate_found">An item named \"%s\" already exist in this location.\n Do you want to replace it with the one you\`re moving?</string>
<string name="upload_duplicate_found">An item named \"%s\" already exist in this location.\n Do you want to replace it with the one you\`re uploading?</string>
<string name="upload_replace_all">Replace All</string>
<string name="upload_keep_both">Keep Both</string>
<string name="days_ago">%d days ago</string>
Expand Down

0 comments on commit 8118c97

Please sign in to comment.