Restoring translatable text
authork.stepaniuk <k.stepaniuk@samsung.com>
Wed, 1 Apr 2020 10:08:58 +0000 (12:08 +0200)
committerk.stepaniuk <k.stepaniuk@samsung.com>
Wed, 1 Apr 2020 10:08:58 +0000 (12:08 +0200)
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Oobe/OobeCommon/Styles/ButtonStyles.cs

index 8ba17e153275a386669968ac0b552c524bf718e5..dbed4576522689ecf078265168640016def93ba7 100644 (file)
@@ -109,7 +109,7 @@ namespace Oobe.Common.Styles
                     Pressed = 24.0f
                 },
                 TextColor = Color.White,
-                Text = "CONTINUE",
+                TranslatableText = "CONTINUE",
                 FontFamily = GetNavigationFont(),
             },
             Size2D = new Size2D(240, 72),