Change the GETTEXT_PACKAGE domain to sugar-toolkit

This commit is contained in:
Sayamindu Dasgupta
2008-06-23 23:51:58 +05:30
parent 1403f7d26d
commit 710f30196a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ import math
from sugar.graphics import style
from sugar.graphics.icon import Icon
_ = lambda msg: gettext.dgettext('sugar', msg)
_ = lambda msg: gettext.dgettext('sugar-toolkit', msg)
class Alert(gtk.EventBox):
"""UI interface for Alerts