Skip to content

Commit

Permalink
Correcting minor grammatical error in success messages
Browse files Browse the repository at this point in the history
  • Loading branch information
paultcochrane committed Jun 14, 2014
1 parent 2624640 commit 2586dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SGit/res/values/strings_success_msg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<resources>

<string name="success_add_to_stage">File has been added to stage</string>
<string name="success_commit">Changes has been committed</string>
<string name="success_reset">Changes has been discarded</string>
<string name="success_commit">Changes have been committed</string>
<string name="success_reset">Changes have been discarded</string>
<string name="success_cherry_pick">Cherry pick Success</string>
<string name="success_rebase">Rebase Success</string>
<string name="success_checkout_file">Checkout Success</string>
Expand All @@ -12,4 +12,4 @@
<string name="msg_now_you_can_edit">Now you can edit</string>
<string name="msg_commit_str_has_copied">Commit hash has been copied</string>

</resources>
</resources>

0 comments on commit 2586dd6

Please sign in to comment.