Nathan Handler has proposed merging lp:~nhandler/loco-directory/fixes-lp-607552
into lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
Related bugs:
#607552 misspelling "web" in string n°16
https://bugs.launchpad.net/bugs/607552
--
https://code.launchpad.net/~nhandler/loco-directory/fixes-lp-607552/+merge/30408
Your team loco-directory-dev is requested to review the proposed merge of
lp:~nhandler/loco-directory/fixes-lp-607552 into lp:loco-directory.
=== modified file 'loco_directory/events/models.py'
--- loco_directory/events/models.py 2010-05-04 05:58:12 +0000
+++ loco_directory/events/models.py 2010-07-20 14:06:04 +0000
@@ -67,7 +67,7 @@
a global event. other events can attend to a global event
"""
microbloghashtag = models.CharField(max_length=50, help_text=_('Hash Tag used for microbloggers to mention this event'), verbose_name=_('Microblogging Hash Tag'), null=True, blank=True)
- pictag = models.CharField(max_length=50, help_text=_('tag used in welb albums like; picasa, flickr, and more'), verbose_name=_('Picture Tag'),null=True, blank=True)
+ pictag = models.CharField(max_length=50, help_text=_('tag used in web albums like; picasa, flickr, and more'), verbose_name=_('Picture Tag'),null=True, blank=True)
def __unicode__(self):
return "%s %s" % (self.name, self.date_begin or "")
_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help : https://help.launchpad.net/ListHelp