This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 debian/changelog          |    3 ++-
 libs/SDK.py               |    8 ++++----
 moblin-image-creator.spec |    4 ++++
 po/ja.po                  |   22 +---------------------
 4 files changed, 11 insertions(+), 26 deletions(-)

New commits:
commit 0ca3a4a4ffe8fd6ef8029fb68000cbefbbdf9680
Author: Mitsutaka Amano <[EMAIL PROTECTED]>
Date:   Mon Dec 1 15:36:43 2008 +0900

    Fixing a bug about http://bugzilla.moblin.org/show_bug.cgi?id=189. Thanks to
     Juan Jesus Ojeda Croissier <[EMAIL PROTECTED]>


Diff in this email is a maximum of 400 lines.
diff --git a/debian/changelog b/debian/changelog
index 16f01f9..15296b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,8 +27,9 @@ moblin-image-creator (0.48) gaston; urgency=low
   * Fixing a bug about http://bugzilla.moblin.org/show_bug.cgi?id=135 for apt 
platform. Thanks to Juan Jesus Ojeda Croissier <[EMAIL PROTECTED]>.
   * Fixing a bug about http://bugzilla.moblin.org/show_bug.cgi?id=112. Thanks 
to Juan Jesus Ojeda Croissier <[EMAIL PROTECTED]>
   * Fixing a bug about http://bugzilla.moblin.org/show_bug.cgi?id=182. Thanks 
to Juan Jesus Ojeda Croissier <[EMAIL PROTECTED]>
+  * Fixing a bug about http://bugzilla.moblin.org/show_bug.cgi?id=189. Thanks 
to Juan Jesus Ojeda Croissier <[EMAIL PROTECTED]>
 
- -- Mitsutaka Amano <[EMAIL PROTECTED]>  Thu, 27 Nov 2008 21:48:25 +0900
+ -- Mitsutaka Amano <[EMAIL PROTECTED]>  Mon, 01 Dec 2008 15:35:21 +0900
 
 moblin-image-creator (0.47) gaston; urgency=low
 
diff --git a/libs/SDK.py b/libs/SDK.py
index 7636f55..b6cd4a7 100755
--- a/libs/SDK.py
+++ b/libs/SDK.py
@@ -228,10 +228,10 @@ class SDK(object):
         self.status_label_callback(_("Creating Config file"))
         config_path = os.path.join(self.config_path, "%s.proj" % name)
         config_file = open(config_path, 'w')
-        config_file.write(_("NAME=%s\n") % (name))
-        config_file.write(_("PATH=%s\n") % (install_path))
-        config_file.write(_("DESC=%s\n") % (desc))
-        config_file.write(_("PLATFORM=%s\n") % (platform.name))
+        config_file.write("NAME=%s\n" % (name))
+        config_file.write("PATH=%s\n" % (install_path))
+        config_file.write("DESC=%s\n" % (desc))
+        config_file.write("PLATFORM=%s\n" % (platform.name))
         config_file.close()
         # instantiate the project
         self.status_label_callback(_("Initiating the project"))
diff --git a/moblin-image-creator.spec b/moblin-image-creator.spec
index 31c607c..63f26e8 100644
--- a/moblin-image-creator.spec
+++ b/moblin-image-creator.spec
@@ -61,6 +61,10 @@ rm -rf %{buildroot}
 /var/lib/moblin-image-creator/projects
 
 %changelog
+* Mon Dec 01 2008 Mitsutaka Amano <[EMAIL PROTECTED]>
+- Fixing a bug about http://bugzilla.moblin.org/show_bug.cgi?id=189. Thanks to
+ Juan Jesus Ojeda Croissier <[EMAIL PROTECTED]>
+
 * Mon Nov 27 2008 Mitsutaka Amano <[EMAIL PROTECTED]>
 - Fixing a bug about http://bugzilla.moblin.org/show_bug.cgi?id=130
 - Following Prajwal's changelog.
diff --git a/po/ja.po b/po/ja.po
index 89e7f57..17ea67b 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -271,7 +271,7 @@ msgstr "イメージ「%s」を作成しています..."
 
 #: ../gui/gui.py:1011
 msgid "Please wait while creating shared image..."
-msgstr 
"共有イメージ「%s」を作成しています。しばらくお待ちください"
+msgstr 
"共有イメージを作成しています。しばらくお待ちください"
 
 #: ../gui/gui.py:1018
 msgid "Choose a Live USB image"
@@ -1252,26 +1252,6 @@ msgstr 
"ルートストラップの作成が中止されました"
 msgid "Creating Config file"
 msgstr "設定ファイルを作成しています"
 
-#: ../libs/SDK.py:231
-#, python-format
-msgid "NAME=%s\n"
-msgstr ""
-
-#: ../libs/SDK.py:232
-#, python-format
-msgid "PATH=%s\n"
-msgstr ""
-
-#: ../libs/SDK.py:233
-#, python-format
-msgid "DESC=%s\n"
-msgstr ""
-
-#: ../libs/SDK.py:234
-#, python-format
-msgid "PLATFORM=%s\n"
-msgstr ""
-
 #: ../libs/SDK.py:237
 msgid "Initiating the project"
 msgstr "プロジェクトを初期化しています"
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to