[iagno/gnome-3-34] Replace turnable by capturable.



commit d6b0b15dfcae0415a3dc650bc35ac58f8a89258f
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat Sep 28 13:42:10 2019 +0200

    Replace turnable by capturable.
    
    https://mail.gnome.org/archives/gnome-i18n/2019-September/msg00081.html

 data/org.gnome.Reversi.gschema.xml | 2 +-
 src/iagno.vala                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.Reversi.gschema.xml b/data/org.gnome.Reversi.gschema.xml
index 8c7f0a8..7c6925f 100644
--- a/data/org.gnome.Reversi.gschema.xml
+++ b/data/org.gnome.Reversi.gschema.xml
@@ -65,7 +65,7 @@
     <key name="highlight-turnable-tiles" type="b">
       <default>false</default>
       <!-- Translators: summary of a settings key, see 'dconf-editor 
/org/gnome/iagno/highlight-turnable-tiles'; these are not the playable tiles, but the one that could be 
captured by a play -->
-      <summary>A flag to highlight turnable tiles</summary>
+      <summary>A flag to highlight capturable tiles</summary>
       <!-- Translators: description of a settings key, see 'dconf-editor 
/org/gnome/iagno/highlight-turnable-tiles'; a "ply" here means a "play", a "move": the player moves mouse 
cursor and sees what he can capture by playing there -->
       <description>If “true”, the tiles that will be captured to the opponent by a ply are 
highlighted.</description>
     </key>
diff --git a/src/iagno.vala b/src/iagno.vala
index d337108..a365749 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -274,7 +274,7 @@ private class Iagno : Gtk.Application, BaseApplication
 
         section = new GLib.Menu ();
         /* Translators: hamburger menu "Appearance" submenu entry; highlight-turnable-tiles togglebutton 
(with a mnemonic that appears pressing Alt); these are not the playable tiles, but the one that could be 
captured by a play */
-        section.append (_("Highlight _turnable tiles"), "app.highlight-turnable-tiles");
+        section.append (_("Highlight _capturable tiles"), "app.highlight-turnable-tiles");
         section.freeze ();
         appearance_menu.append_section (null, section);
         appearance_menu.freeze ();


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