Git commit 8e895fcd58ddbad6e61a23a39de69bd986b98893 by Luigi Toscano. Committed on 27/01/2013 at 15:30. Pushed by ltoscano into branch 'master'.
Add missing "..." where needed M +1 -1 doc/fundamentals/config.docbook M +4 -4 doc/fundamentals/tasks.docbook M +4 -4 doc/fundamentals/ui.docbook http://commits.kde.org/kde-runtime/8e895fcd58ddbad6e61a23a39de69bd986b98893 diff --git a/doc/fundamentals/config.docbook b/doc/fundamentals/config.docbook index 8b5966b..2ab8c8d 100644 --- a/doc/fundamentals/config.docbook +++ b/doc/fundamentals/config.docbook @@ -355,7 +355,7 @@ a name for your new scheme.</para></listitem> </varlistentry> <varlistentry> -<term><guimenuitem>Export Scheme</guimenuitem></term> +<term><guimenuitem>Export Scheme...</guimenuitem></term> <listitem><para>Exports the current scheme to a file named <filename><replaceable>applicationname</replaceable><replaceable>schemename</replaceable>shortcuts.rc</filename>.</para> <para> Move this file to the folder <filename class="directory">$KDEDIR/apps/applicationname/</filename> diff --git a/doc/fundamentals/tasks.docbook b/doc/fundamentals/tasks.docbook index 7cc3e8a..71c6288 100644 --- a/doc/fundamentals/tasks.docbook +++ b/doc/fundamentals/tasks.docbook @@ -685,7 +685,7 @@ dictionaries for the languages that you wish to use.</para> </screenshot> <para>To check spelling, go to <menuchoice><guimenu>Tools</guimenu> -<guimenuitem>Spelling</guimenuitem></menuchoice>.</para> +<guimenuitem>Spelling...</guimenuitem></menuchoice>.</para> <para>If a word is possibly misspelled in your document, it is displayed in the top line in the dialog. &sonnet; tries to appropriate word(s) for replacement. @@ -745,7 +745,7 @@ personal dictionary.</para> <title>Configuring &sonnet;</title> <para>To change your dictionary, go to <menuchoice><guimenu>Tools</guimenu> -<guimenuitem>Change Dictionary</guimenuitem></menuchoice>. A small window will +<guimenuitem>Change Dictionary...</guimenuitem></menuchoice>. A small window will appear at the bottom of the current document that will allow you to change your dictionary.</para> @@ -807,7 +807,7 @@ many &kde; applications. For more information on this menu, see </screenshot> <para>To use Find in many applications, go to <menuchoice><guimenu>Edit</guimenu> -<guimenuitem>Find</guimenuitem></menuchoice> or press +<guimenuitem>Find...</guimenuitem></menuchoice> or press <keycombo action="simul">&Ctrl;<keycap>F</keycap></keycombo>. Then, in the <guilabel>Text to find:</guilabel> text box, enter the text that you want to find.</para> @@ -901,7 +901,7 @@ Copy documentation from Kate/KWrite here. <para>The Replace function searches for text in a document and replaces it with other text. You can find it in many application at -<menuchoice><guimenu>Edit</guimenu><guisubmenu>Replace</guisubmenu></menuchoice> +<menuchoice><guimenu>Edit</guimenu><guisubmenu>Replace...</guisubmenu></menuchoice> or by pressing <keycombo action="simul">&Ctrl;<keycap>R</keycap></keycombo>.</para> <screenshot id="screenshot-find-replace"> diff --git a/doc/fundamentals/ui.docbook b/doc/fundamentals/ui.docbook index b9f50ce..eb962df 100644 --- a/doc/fundamentals/ui.docbook +++ b/doc/fundamentals/ui.docbook @@ -69,7 +69,7 @@ Opens a new window. <varlistentry> <term><menuchoice> <shortcut><keycombo action="simul">&Ctrl;<keycap>O</keycap></keycombo></shortcut> -<guimenu>File</guimenu><guimenuitem>Open</guimenuitem> +<guimenu>File</guimenu><guimenuitem>Open...</guimenuitem> </menuchoice></term> <listitem><para> Opens an already existing file. @@ -88,7 +88,7 @@ Saves the file. If the file already exists it will be overwritten. <varlistentry> <term><menuchoice> -<guimenu>File</guimenu><guimenuitem>Save As</guimenuitem> +<guimenu>File</guimenu><guimenuitem>Save As...</guimenuitem> </menuchoice></term> <listitem><para> Saves the file with a new filename. @@ -126,7 +126,7 @@ Reloads all open files. <varlistentry> <term><menuchoice> <shortcut><keycombo action="simul">&Ctrl;<keycap>P</keycap></keycombo></shortcut> -<guimenu>File</guimenu><guimenuitem>Print</guimenuitem> +<guimenu>File</guimenu><guimenuitem>Print...</guimenuitem> </menuchoice></term> <listitem><para> Prints the file. @@ -340,7 +340,7 @@ text in the document. For more information, see <xref linkend="spellcheck-check <varlistentry> <term><menuchoice> -<guimenu>Tools</guimenu><guimenuitem>Change Dictionary</guimenuitem> +<guimenu>Tools</guimenu><guimenuitem>Change Dictionary...</guimenuitem> </menuchoice></term> <listitem><para> This allows you to change the dictionary used to check spellings. For more
