[longomatch] Update more string with play to event



commit 70d92e81b564508a0e2a06594e603764f6fc3008
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Sep 5 19:48:08 2014 +0200

    Update more string with play to event

 ...ongoMatch.Gui.Component.PlaysSelectionWidget.cs |    4 ++--
 .../LongoMatch.Gui.Dialog.SnapshotsDialog.cs       |    2 +-
 LongoMatch.GUI/gtk-gui/gui.stetic                  |    6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysSelectionWidget.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysSelectionWidget.cs
index 29eeff2..6452b31 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysSelectionWidget.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlaysSelectionWidget.cs
@@ -45,7 +45,7 @@ namespace LongoMatch.Gui.Component
                        // Notebook tab
                        this.playsList1 = new global::Gtk.Label ();
                        this.playsList1.Name = "playsList1";
-                       this.playsList1.LabelProp = global::Mono.Unix.Catalog.GetString ("Plays");
+                       this.playsList1.LabelProp = global::Mono.Unix.Catalog.GetString ("Events");
                        this.playsnotebook.SetTabLabel (this.playsList, this.playsList1);
                        this.playsList1.ShowAll ();
                        // Container child playsnotebook.Gtk.Notebook+NotebookChild
@@ -76,7 +76,7 @@ namespace LongoMatch.Gui.Component
                        // Notebook tab
                        this.label1 = new global::Gtk.Label ();
                        this.label1.Name = "label1";
-                       this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("  Plays Selection   ");
+                       this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("  Events   ");
                        this.label1.Justify = ((global::Gtk.Justification)(2));
                        this.label1.Angle = 90;
                        this.notebook.SetTabLabel (this.playsnotebook, this.label1);
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
index fd9e057..4fe19ac 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
@@ -48,7 +48,7 @@ namespace LongoMatch.Gui.Dialog
                        // Container child table1.Gtk.Table+TableChild
                        this.label1 = new global::Gtk.Label ();
                        this.label1.Name = "label1";
-                       this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Play:");
+                       this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Event:");
                        this.table1.Add (this.label1);
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 
[this.label1]));
                        w3.XOptions = ((global::Gtk.AttachOptions)(4));
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index 069d514..aa92e93 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -2388,7 +2388,7 @@ Circle</property>
             <child>
               <widget class="Gtk.Label" id="label1">
                 <property name="MemberName" />
-                <property name="LabelProp" translatable="yes" context="yes">Play, like the play of a 
game|Play:</property>
+                <property name="LabelProp" translatable="yes">Event:</property>
               </widget>
               <packing>
                 <property name="AutoSize">True</property>
@@ -4290,7 +4290,7 @@ You can continue with the current capture, cancel it or save your project.
             <child>
               <widget class="Gtk.Label" id="playsList1">
                 <property name="MemberName" />
-                <property name="LabelProp" translatable="yes">Plays</property>
+                <property name="LabelProp" translatable="yes">Events</property>
               </widget>
               <packing>
                 <property name="type">tab</property>
@@ -4335,7 +4335,7 @@ You can continue with the current capture, cancel it or save your project.
         <child>
           <widget class="Gtk.Label" id="label1">
             <property name="MemberName" />
-            <property name="LabelProp" translatable="yes">  Plays Selection   </property>
+            <property name="LabelProp" translatable="yes">  Events   </property>
             <property name="Justify">Center</property>
             <property name="Angle">90</property>
           </widget>


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