From a11d75ef85ca7edf14fdb28e65e47c8c9f7aa79b Mon Sep 17 00:00:00 2001 From: nrp Date: Sun, 14 Sep 2008 05:18:02 +0000 Subject: adding i18n, specifically es --- (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6ed89aa..793a078 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ #!/usr/bin/env python from sugar.activity import bundlebuilder -bundlebuilder.start() +bundlebuilder.start("Bridge") -- cgit v0.9.1