Skip to content

Commit b2ce919

Browse files
committed
Fix missing translation
1 parent e7e35dd commit b2ce919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

push_notifications/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class GCMDevice(Device):
4646
# can make it turn out to be null and such:
4747
# http://android-developers.blogspot.co.uk/2011/03/identifying-app-installations.html
4848
device_id = HexIntegerField(verbose_name=_("Device ID"), blank=True, null=True,
49-
help_text="ANDROID_ID / TelephonyManager.getDeviceId() (always as hex)")
49+
help_text=_("ANDROID_ID / TelephonyManager.getDeviceId() (always as hex)"))
5050
registration_id = models.TextField(verbose_name=_("Registration ID"))
5151

5252
objects = GCMDeviceManager()

0 commit comments

Comments
 (0)