[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Swipe feature in Posts Activity and bug fix #456 #9

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
improved delete confirmation text
  • Loading branch information
aagam-shah committed May 14, 2013
commit fb20a244551acfbd1572cf1612d2067813bd0556
2 changes: 1 addition & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<string name="approve">Approve</string>
<string name="unapprove">Unapprove</string>
<string name="confirm_delete">Confirm Deletion</string>
<string name="confirm_delete_data">Are you sure to delete the Comment ?</string>
<string name="confirm_delete_data">Are you sure you want to delete this comment?</string>

<!-- new account view -->
<string name="account_setup">Account Setup</string>
Expand Down
Loading