diff options
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -22,7 +22,7 @@ coverage:  	coverage html  translatable_strings: -	cd debug_toolbar && django-admin.py makemessages -l en --no-wrap --no-obsolete +	cd debug_toolbar && django-admin.py makemessages -l en --no-obsolete  	@echo "Please commit changes and run 'tx push -s' (or wait for Transifex to pick them)"  update_translations: | 
