[iagno/gnome-3-34] Improve translators comments.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno/gnome-3-34] Improve translators comments.
- Date: Fri, 13 Sep 2019 13:31:11 +0000 (UTC)
commit 2ea8d0a179964783859492a0b81c4d2f8db84618
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Fri Sep 13 15:30:49 2019 +0200
Improve translators comments.
In case discussion says strings cannot be updated.
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 d46c30d..5689169 100644
--- a/data/org.gnome.Reversi.gschema.xml
+++ b/data/org.gnome.Reversi.gschema.xml
@@ -64,7 +64,7 @@
</key>
<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' -->
+ <!-- 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>
<!-- 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>
diff --git a/src/iagno.vala b/src/iagno.vala
index 386cfac..a5afdd8 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -273,7 +273,7 @@ private class Iagno : Gtk.Application, BaseApplication
appearance_menu.append_section (null, section);
section = new GLib.Menu ();
- /* Translators: hamburger menu "Appearance" submenu entry; highlight-turnable-tiles togglebutton
(with a mnemonic that appears pressing Alt) */
+ /* 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.freeze ();
appearance_menu.append_section (null, section);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]