diff options
author | Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> | 2015-11-16 14:52:12 +0100 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> | 2015-11-16 13:53:54 +0000 |
commit | 140b39487bc185f299ea92a81570fcd46a876557 (patch) | |
tree | d2d9b9a5cec05f68e0c092019ce971c463d026b6 | |
parent | 2bcd2d4d04ece7af463bc89591e14e6dd0068f57 (diff) | |
download | qt-creator-140b39487bc185f299ea92a81570fcd46a876557.tar.gz |
Doc: fix label text in docs
Libraries -> Library
Change-Id: I39117f76c332b2a08196e2e40551a64ba1d1b135
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r-- | doc/src/projects/creator-projects-libraries.qdoc | 4 | ||||
-rw-r--r-- | doc/src/qtquick/qtquick-creating.qdoc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/projects/creator-projects-libraries.qdoc b/doc/src/projects/creator-projects-libraries.qdoc index c28996e85f..dc7e58185f 100644 --- a/doc/src/projects/creator-projects-libraries.qdoc +++ b/doc/src/projects/creator-projects-libraries.qdoc @@ -99,8 +99,8 @@ \list 1 - \li Choose \uicontrol {File > New File or Project > Libraries > - C++ Library} to create the library. + \li Choose \uicontrol File > \uicontrol {New File or Project} > + \uicontrol Library > \uicontrol {C++ Library} to create the library. The \uicontrol {Introduction and Product Location} dialog opens. diff --git a/doc/src/qtquick/qtquick-creating.qdoc b/doc/src/qtquick/qtquick-creating.qdoc index 16019603ac..18362193bc 100644 --- a/doc/src/qtquick/qtquick-creating.qdoc +++ b/doc/src/qtquick/qtquick-creating.qdoc @@ -59,7 +59,7 @@ \li \uicontrol {Qt Quick Controls UI} is like \uicontrol {Qt Quick UI}, but using Qt Quick Controls. - \li \uicontrol {Qt Quick Extension Plugins} (in the \uicontrol Libraries category) + \li \uicontrol {Qt Quick Extension Plugins} (in the \uicontrol Library category) create C++ plugins that make it possible to offer extensions that can be loaded dynamically into Qt Quick applications. Select \uicontrol {Qt Quick 1 Extension Plugin} to create extensions for |