-
Notifications
You must be signed in to change notification settings - Fork 36
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except that every thing looks fine for me
app/src/main/res/values/strings.xml
Outdated
<string name="update">Update</string> | ||
<string name="error_notSelected">Please select any option</string> | ||
<string name="fetch_name">name</string> | ||
<string name="insert_data">Insert Data</string> | ||
<string name="nothingselected">Nothing selected</string> | ||
<string name="custompooja">Custom Pooja</string> | ||
<string name="amount_in_rs">Amount: Rs.</string> | ||
<string name="amount_in_rs">Amount:Rs.</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this change, it has a particular reason for giving some spaces
find it in ReadSingleData
activity
to make it semantic PR title change it to |
app/src/main/res/values/strings.xml
Outdated
@@ -3,25 +3,25 @@ | |||
<string name="read">Read</string> | |||
<string name="read_all">Read All</string> | |||
<string name="empty">" "</string> | |||
<string name="delete_donated">Selected To Delete Donated Money</string> | |||
<string name="delete_pooja">Selected To Delete Registered Pooja</string> | |||
<string name="delete_donated">Selected to delete donated money</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make this Delete donated money
app/src/main/res/values/strings.xml
Outdated
<string name="delete_donated">Selected To Delete Donated Money</string> | ||
<string name="delete_pooja">Selected To Delete Registered Pooja</string> | ||
<string name="delete_donated">Selected to delete donated money</string> | ||
<string name="delete_pooja">Selected to delete registered Pooja</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make this Delete registered pooja
app/src/main/res/values/strings.xml
Outdated
<string name="selected_donate">Selected To Donate Money</string> | ||
<string name="selected_register">Selected To Register New Pooja</string> | ||
<string name="select_pooja_type">Select Pooja Type</string> | ||
<string name="selected_donate">Selected to donate money</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make this Donate money
app/src/main/res/values/strings.xml
Outdated
<string name="selected_register">Selected To Register New Pooja</string> | ||
<string name="select_pooja_type">Select Pooja Type</string> | ||
<string name="selected_donate">Selected to donate money</string> | ||
<string name="selected_register">Selected to register new pooja</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make this Register new pooja
app/src/main/res/values/strings.xml
Outdated
<string name="select_pooja_type">Select Pooja Type</string> | ||
<string name="selected_donate">Selected to donate money</string> | ||
<string name="selected_register">Selected to register new pooja</string> | ||
<string name="select_pooja_type">Select pooja type</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make this Pooja type
app/src/main/res/values/strings.xml
Outdated
<string name="PAID">PAID</string> | ||
<string name="NOT_PAID">NOT PAID</string> | ||
<string name="valid_ID">Please enter a valid employee ID</string> | ||
<string name="insert">Inserting your values..</string> | ||
<string name="exception">exception</string> | ||
<string name="UPDATE">Selected To update donated money details</string> | ||
<string name="update_pooja">Selected To update Registered Pooja details</string> | ||
<string name="UPDATE">Selected to update donated money details</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make this Update donated money details
app/src/main/res/values/strings.xml
Outdated
<string name="UPDATE">Selected To update donated money details</string> | ||
<string name="update_pooja">Selected To update Registered Pooja details</string> | ||
<string name="UPDATE">Selected to update donated money details</string> | ||
<string name="update_pooja">Selected to update registered pooja details</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make this Update registered pooja details
app/src/main/res/values/strings.xml
Outdated
<string name="people_who_registered_for_pooja">People Who Registered For Pooja</string> | ||
<string name="people_who_donated_money_for_temple">People Who Donated Money For Temple</string> | ||
<string name="people_who_registered_for_pooja">People who registered for pooja</string> | ||
<string name="people_who_donated_money_for_temple">People Who donated money for temple</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make the W in Who
lower case.
app/src/main/res/values/strings.xml
Outdated
<string name="update">Update</string> | ||
<string name="error_notSelected">Please select any option</string> | ||
<string name="fetch_name">name</string> | ||
<string name="insert_data">Insert Data</string> | ||
<string name="nothingselected">Nothing selected</string> | ||
<string name="custompooja">Custom Pooja</string> | ||
<string name="amount_in_rs">Amount: Rs.</string> | ||
<string name="amount_in_rs">Amount: Rs.</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert this change entirely. Don't delete any spaces.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Fixed #114
Changes: Refactored the app code in delete pooja/donation and formatted sentences accordingly.