diff --git a/DroidFish/res/values/strings.xml b/DroidFish/res/values/strings.xml
index cf2fa94..ed93399 100644
--- a/DroidFish/res/values/strings.xml
+++ b/DroidFish/res/values/strings.xml
@@ -347,6 +347,8 @@ you are not actively using the program.\
Include numeric annotation glyphs (NAGs), such as ! and ?
Headers
Show PGN header lines
+ Show Current Variations
+ Show current variations in status area
Piece Names
Control how chess piece names are displayed
PGN import
diff --git a/DroidFish/res/xml/preferences.xml b/DroidFish/res/xml/preferences.xml
index 6eabebc..fcac8df 100644
--- a/DroidFish/res/xml/preferences.xml
+++ b/DroidFish/res/xml/preferences.xml
@@ -565,7 +565,13 @@
android:summary="@string/prefs_viewHeaders_summary"
android:defaultValue="false">
-
+
+
+
= 0) {
+ if (showVariationLine && (variantStr.indexOf(' ') >= 0)) {
String s = "";
if (!thinkingEmpty)
s += "
";