Changed from gettext import gettext as _ to from gen.ggettext import sgettext as _
svn: r16885
This commit is contained in:
		@@ -33,7 +33,7 @@ Provides constants for other modules
 | 
				
			|||||||
import os
 | 
					import os
 | 
				
			||||||
import sys
 | 
					import sys
 | 
				
			||||||
import uuid
 | 
					import uuid
 | 
				
			||||||
from gettext import gettext as _
 | 
					from gen.gettext import sgettext as _
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#-------------------------------------------------------------------------
 | 
					#-------------------------------------------------------------------------
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user