[gcompris] minor, reworded python in Python.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris] minor, reworded python in Python.
- Date: Wed, 29 Aug 2012 21:13:55 +0000 (UTC)
commit 4b36013173194071b61036194965a2f25f7d918f
Author: Bruno Coudoin <bruno coudoin free fr>
Date: Wed Aug 29 23:13:20 2012 +0200
minor, reworded python in Python.
src/boards/python.c | 4 ++--
src/gcompris/gcompris.c | 2 +-
src/pythontemplate-activity/pythontemplate.py | 2 +-
src/pythontemplate-activity/pythontemplate.xml.in | 4 ++--
src/pythontest-activity/pythontest.xml.in | 4 ++--
5 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/boards/python.c b/src/boards/python.c
index 6448b7d..3146b8d 100644
--- a/src/boards/python.c
+++ b/src/boards/python.c
@@ -62,7 +62,7 @@ static BoardPlugin menu_bp =
NULL,
NULL,
N_("Python Board"),
- N_("Special board that embeds python into GCompris."),
+ N_("Special board that embeds Python into GCompris."),
"Olivier Samyn <osamyn ulb ac be>",
pythonboard_init,
NULL,
@@ -86,7 +86,7 @@ static BoardPlugin menu_bp_no_config =
NULL,
NULL,
N_("Python Board"),
- N_("Special board that embeds python into GCompris."),
+ N_("Special board that embeds Python into GCompris."),
"Olivier Samyn <osamyn ulb ac be>",
pythonboard_init,
NULL,
diff --git a/src/gcompris/gcompris.c b/src/gcompris/gcompris.c
index ae3b48e..b4c4b01 100644
--- a/src/gcompris/gcompris.c
+++ b/src/gcompris/gcompris.c
@@ -192,7 +192,7 @@ static GOptionEntry options[] = {
N_("GCompris will find the activity plugins in this directory"), NULL},
{"python_plugin_dir", 'P', 0, G_OPTION_ARG_STRING, &popt_python_plugin_dir,
- N_("GCompris will find the python activity in this directory"), NULL},
+ N_("GCompris will find the Python activity in this directory"), NULL},
{"locale_dir", '\0', 0, G_OPTION_ARG_STRING, &popt_locale_dir,
N_("GCompris will find the locale file (.mo translation) in this directory"), NULL},
diff --git a/src/pythontemplate-activity/pythontemplate.py b/src/pythontemplate-activity/pythontemplate.py
index df8f6e8..b4ce983 100644
--- a/src/pythontemplate-activity/pythontemplate.py
+++ b/src/pythontemplate-activity/pythontemplate.py
@@ -27,7 +27,7 @@ import pango
from gcompris import gcompris_gettext as _
class Gcompris_pythontemplate:
- """Empty gcompris python class"""
+ """Empty gcompris Python class"""
def __init__(self, gcomprisBoard):
diff --git a/src/pythontemplate-activity/pythontemplate.xml.in b/src/pythontemplate-activity/pythontemplate.xml.in
index af51b65..d7ac152 100644
--- a/src/pythontemplate-activity/pythontemplate.xml.in
+++ b/src/pythontemplate-activity/pythontemplate.xml.in
@@ -10,11 +10,11 @@
boarddir=""
>
<_title>Python Template</_title>
- <_description>An empty python activity to use as a starting point</_description>
+ <_description>An empty Python activity to use as a starting point</_description>
<_prerequisite>Advanced Python Programmer :)</_prerequisite>
<_goal>Add a language-binding to GCompris.</_goal>
<_manual></_manual>
- <_credit>Thanks to Guido van Rossum and the python team for this powerful language!</_credit>
+ <_credit>Thanks to Guido van Rossum and the Python team for this powerful language!</_credit>
</Board>
<Data directory=""/>
</GCompris>
diff --git a/src/pythontest-activity/pythontest.xml.in b/src/pythontest-activity/pythontest.xml.in
index 27d8f19..45f7431 100644
--- a/src/pythontest-activity/pythontest.xml.in
+++ b/src/pythontest-activity/pythontest.xml.in
@@ -10,10 +10,10 @@
boarddir=""
demo="1">
<_title>Python Test</_title>
- <_description>Test board for the python plugin</_description>
+ <_description>Test board for the Python plugin</_description>
<_prerequisite>Advanced Python Programmer :)</_prerequisite>
<_goal>Add a language-binding to GCompris.</_goal>
- <_credit>Thanks to Guido van Rossum and the python team for this powerful language!</_credit>
+ <_credit>Thanks to Guido van Rossum and the Python team for this powerful language!</_credit>
</Board>
<Data directory=""/>
</GCompris>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]