Browse Source

Update Examples/UICatalog/Scenarios/Transparent.cs

Co-authored-by: Copilot <[email protected]>
Tig 1 week ago
parent
commit
491229b446
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Examples/UICatalog/Scenarios/Transparent.cs

+ 1 - 1
Examples/UICatalog/Scenarios/Transparent.cs

@@ -90,7 +90,7 @@ public sealed class Transparent : Scenario
 
             var transparentSubView = new View ()
             {
-                Text = "Sizable/Movable SunView with border and shadow.",
+                Text = "Sizable/Movable SubView with border and shadow.",
                 Id = "transparentSubView",
                 X = Pos.Center (),
                 Y = Pos.Center (),