Skip to content

Commit

Permalink
Fixed string
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaarman committed Jun 17, 2014
1 parent 5e5c748 commit 20d9f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<string name="card_number">This is card %d</string>
<string name="thanks">Thank you!</string>
<string name="exception">Oops! Something went wrong!</string>
<string name="moved">%d moved to position %d</string>
<string name="moved">%1$d moved to position %2$d</string>
<string name="long_press_to_drag">Long press an item to start dragging</string>
<string name="removed_positions">Removed positions: %s</string>

Expand Down

0 comments on commit 20d9f8f

Please sign in to comment.