[gbrainy] Standarize the way that we refer to player's game history



commit 204c2ad2e13c585e3c77961a6f7646082acab419
Author: Jordi Mas <jmas softcatala org>
Date:   Mon Dec 28 16:29:46 2009 +0100

    Standarize the way that we refer to player's game history

 help/C/history.page                 |    2 +-
 help/C/index.page                   |    2 +-
 help/C/preferences.page             |    4 ++--
 src/Clients/Classical/gbrainy.glade |    8 ++++----
 4 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/help/C/history.page b/help/C/history.page
index d43ffd9..87c3155 100644
--- a/help/C/history.page
+++ b/help/C/history.page
@@ -10,7 +10,7 @@
 <p>You can access the <gui>Player's Game History</gui> from the main application menu.</p>
 <media type="image" mime="image/png" src="figures/history.png"></media>
 <p>In this dialog the player can see how his performance has been evolving from every game type during the last recorded game sessions.</p>
-<p>By clicking on the <gui>Total</gui>, <gui>Logic</gui>, <gui>Memory</gui>, <gui>Mental Calculation</gui> and <gui>Verbal</gui> checkboxes the user can select which game types results are drawn on the Player's history graphic.</p>
+<p>By clicking on the <gui>Total</gui>, <gui>Logic</gui>, <gui>Memory</gui>, <gui>Mental Calculation</gui> and <gui>Verbal</gui> checkboxes the user can select which game types results are drawn on the player's game history graphic.</p>
 <p><app>gbrainy</app> saves the player game scores to be able to track player's score evolution. Using the <link type="topic" xref="preferences">Preferences</link> the user can select how many games sessions are recorded and how many games you have to play in order that the game gets stored. </p>
 
 </page>
diff --git a/help/C/index.page b/help/C/index.page
index 569768d..cdb2da5 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -16,7 +16,7 @@
 	</section>
 
 	<section id="history" style="1column">
-		<title>Player's Game history</title>
+		<title>Player's Game History</title>
 	</section>
 
 	<section id="preferences" style="1column">
diff --git a/help/C/preferences.page b/help/C/preferences.page
index 5c6fe7c..4eb39c3 100644
--- a/help/C/preferences.page
+++ b/help/C/preferences.page
@@ -36,11 +36,11 @@
 </section>
 
 <section id="history" style="1column">
-    <title>Player History</title>
+    <title>Player's Game History</title>
 	<list>
 		<item><p><gui>Minimum number of played games to store the game</gui>. Determines the number of games that a player should play in a game session to store it and make it available in the player's history.</p></item>
 		<item><p><gui>Maximum number of stored games in the player's history</gui>. Once this limit has been reach the result of the older games is removed to store the results of the new game sessions. </p></item>
-		<item><p><gui>Clear player's history</gui>. Clears the player's history by removing all the previous recorded scores.</p></item>
+		<item><p><gui>Clear Player's Game History</gui>. Clears the player's history by removing all the previous recorded scores.</p></item>
 	</list>
 </section>
 
diff --git a/src/Clients/Classical/gbrainy.glade b/src/Clients/Classical/gbrainy.glade
index 319dc6d..154361c 100644
--- a/src/Clients/Classical/gbrainy.glade
+++ b/src/Clients/Classical/gbrainy.glade
@@ -765,7 +765,7 @@
                 <property name="xalign">0</property>
                 <property name="yalign">0</property>
                 <property name="ypad">5</property>
-                <property name="label" translatable="yes">&lt;b&gt;Memory games&lt;/b&gt;</property>
+                <property name="label" translatable="yes">&lt;b&gt;Memory Games&lt;/b&gt;</property>
                 <property name="use_markup">True</property>
                 <property name="single_line_mode">True</property>
               </widget>
@@ -847,7 +847,7 @@
                 <property name="xalign">0</property>
                 <property name="yalign">0</property>
                 <property name="ypad">5</property>
-                <property name="label" translatable="yes">&lt;b&gt;Player's history&lt;/b&gt;</property>
+                <property name="label" translatable="yes">&lt;b&gt;Player's Game History&lt;/b&gt;</property>
                 <property name="use_markup">True</property>
               </widget>
               <packing>
@@ -881,7 +881,7 @@
                         <property name="visible">True</property>
                         <property name="xalign">0</property>
                         <property name="xpad">5</property>
-                        <property name="label" translatable="yes">Maximum number of stored games in the player's history:</property>
+                        <property name="label" translatable="yes">Maximum number of stored games in the player's game history:</property>
                       </widget>
                       <packing>
                         <property name="top_attach">1</property>
@@ -939,7 +939,7 @@
                     <property name="layout_style">start</property>
                     <child>
                       <widget class="GtkButton" id="clear_button">
-                        <property name="label" translatable="yes">Clear player's history</property>
+                        <property name="label" translatable="yes">Clear Player's Game History</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]