From 944e96fc50c9e31ff6646b4fe5f0eb7f18115c39 Mon Sep 17 00:00:00 2001 From: Leena Miettinen <riitta-leena.miettinen@digia.com> Date: Tue, 16 Oct 2012 15:41:25 +0200 Subject: [PATCH] Doc: fix menu item names for opening text editor Change-Id: Iad5096cef9366142a17ff9b3dc6c2ff2168d0ccc Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> --- doc/src/howto/creator-external-tools.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/howto/creator-external-tools.qdoc b/doc/src/howto/creator-external-tools.qdoc index f4e6da126a7..ac1f5faf92a 100644 --- a/doc/src/howto/creator-external-tools.qdoc +++ b/doc/src/howto/creator-external-tools.qdoc @@ -73,8 +73,8 @@ You can open files for editing in the default text editor for your system: Notepad on Windows and vi on Linux and Mac OS. To open the file you are currently viewing in an external editor, select - \gui {Tools > External > Text > Notepad} or \gui vi, depending on your - system. + \gui Tools > \gui External > \gui Text > \gui {Edit with Notepad} or + \gui {Edit with vi}, depending on your system. \QC looks for the editor path in the PATH environment variable of your operating system. -- GitLab