GreatDevelopers / LibreHatti

An E-Commerce cum CRM Django App
http://greatdevelopers.github.io/LibreHatti/
GNU General Public License v2.0
24 stars 61 forks source link

spelling mistake #442

Open s-monisha opened 9 years ago

s-monisha commented 9 years ago

Reports>Saved registerss

jasvir99 commented 9 years ago

Hi s-monisha. I appreciate you efforts of opening issues for LH. You can open single issue for all spelling mistakes. If you find more spelling mistakes, you can edit issue and add more into it.

As far as these spelling mistakes are concerned, you can specify verbose_name_plural in meta class of model class. https://github.com/GreatDevelopers/LibreHatti/blob/master/src/librehatti/catalog/models.py#L39

I'll wait for pull request. Don't forget to specify issue number in commit message.

s-monisha commented 9 years ago

On Mon, Aug 31, 2015 at 11:25 PM, jasvir99 notifications@github.com wrote:

Hi s-monisha. I appreciate you efforts of opening issues for LH. You can open single issue for all spelling mistakes. If you find more spelling mistakes, you can edit issue and add more into it.

I thought it will be one or two mistakes so i create new issue for each but it has may so now i'm putting all mistakes in one. https://github.com/GreatDevelopers/LibreHatti/issues/442#issuecomment-136444314 Thanku.

Monisha Blog:https://manishasandal786.wordpress.com/

jasvir99 commented 9 years ago

No problem.

manpreet9112 commented 9 years ago

verbose_name_plural is already specified in meta class?. Can I send PR from master to librehatti/master for minor mistakes?.

jasvir99 commented 9 years ago

No. It'll lead to merge conflicts between master and dirty branch.

manpreet9112 commented 9 years ago

Ok