aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBramastyo Harimukti <bramastyo.harimukti.santoso@pelagicore.com>2018-06-12 10:50:00 +0200
committerAlexandra Betouni <ABetouni@luxoft.com>2018-06-12 09:01:18 +0000
commit95e619d8659309cda412694adb535ed522e99e8e (patch)
treedf3f3891272dafa506f6e0a28a55f496f9d6c91d
parentb587a507498b871214ca17d2453cca1dcd3e1628 (diff)
[doc] some terms and typo updates
Change-Id: I683fd88bb2e10912c14268bad8417ece017fec36 Reviewed-by: Alexandra Betouni <ABetouni@luxoft.com>
-rw-r--r--doc/src/neptune3ui-application-popups.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/neptune3ui-application-popups.qdoc b/doc/src/neptune3ui-application-popups.qdoc
index 5a378e33..828293b1 100644
--- a/doc/src/neptune3ui-application-popups.qdoc
+++ b/doc/src/neptune3ui-application-popups.qdoc
@@ -30,10 +30,10 @@
\title Neptune 3 UI Application Popups
\previouspage neptune3ui-insights.html
- An application popup is used from applications that they have the need to display
- information inside modal popups. As these popups should be shown in the very top layer
- of the UI, the rendereding should be done in \l{Neptune 3 System UI}{System UI}. This
- kind of approach involves the use of ApplicationManager and its ApplicationManageWindow API.
+ An application popup is used from applications to display information inside modal popups.
+ As these popups should be shown in the very top layer of the UI, the rendering should be
+ done in \l{Neptune 3 System UI}{System UI}. This approach involves \l{Qt Application Manager}
+ and its ApplicationManagerWindow API.
\section1 Implementation Insights