diff options
author | Chris Michael <cp.michael@samsung.com> | 2017-03-14 10:51:01 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2017-03-14 10:51:54 -0400 |
commit | 23eb88709b3b7db6b5295364cc2ed1a92c10c140 (patch) | |
tree | 2e2e44d242d0587d6191c2e9b1ca0dc01f2af687 | |
parent | 83619af10a67f4218d7776c3378fda0788483857 (diff) | |
download | efl-23eb88709b3b7db6b5295364cc2ed1a92c10c140.tar.gz |
elementary: Fix minor typo in efl_ui_win.eo
Small patch to fix a minor typo in the "noblank" property of
efl_ui_win.eo
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r-- | src/lib/elementary/efl_ui_win.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_win.eo b/src/lib/elementary/efl_ui_win.eo index 20f835d1b3..4097f66816 100644 --- a/src/lib/elementary/efl_ui_win.eo +++ b/src/lib/elementary/efl_ui_win.eo @@ -532,7 +532,7 @@ class Efl.Ui.Win (Elm.Widget, Efl.Canvas, Elm.Interface.Atspi.Window, [[Set the noblank property of a window. The "noblank" property is a way to request the display on - which the windowis shown does not blank, screensave or + which the window is shown does not blank, screensave or otherwise hide or obscure the window. It is intended for uses such as media playback on a television where a user may not want to be interrupted by an idle screen. The |