]> git.lyx.org Git - lyx.git/commitdiff
Fix various typos in LFUNs.lyx
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 13 Feb 2014 13:20:43 +0000 (14:20 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 13 Feb 2014 13:20:43 +0000 (14:20 +0100)
RELEASE-NOTES
development/tools/gen_lfuns.py
lib/doc/LFUNs.lyx
src/LyXAction.cpp

index 48c3f97aa8d7d5b1b2e18561266236d74924f64b..279f58b5f7e41fe85091d53e17b7dd110b7e3dfe 100644 (file)
@@ -171,7 +171,7 @@ The following LyX functions have been changed:
   LFUN_PARAGRAPH_BREAK ("paragraph-break").
 
 - LFUN_COPY_LABEL_AS_REF ("copy-label-as-reference") has been renamed to
-  LFUN_LABEL_COPY_AS_REF ("label-copy-as-reference").
+  LFUN_LABEL_COPY_AS_REFERENCE ("label-copy-as-reference").
 
 
 The following LyX key bindings have been changed:
index e8a91062dd7d11b8c52a2b6cfa08d4a31a2c8274..f4dfb43b8061b1e9b145122618269d2c4f5962a0 100755 (executable)
@@ -364,7 +364,7 @@ def write_sections(file,lfuns):
         "Edit":  "Editing Functions (Cursor and Mouse Movement, Copy/Paste etc.)",
         "Math":  "Math Editor Functions",
         "Buffer":  "Buffer Fuctions (File and Window related)",
-        "System":  "System Funtions (Preferences, LyX Server etc.)",
+        "System":  "System Functions (Preferences, LyX Server etc.)",
         "Hidden":  "Hidden Functions (not listed for configuration)"
         }
         # write the lfuns to the file
index dfccd1f97ba4df6d4a8ce520310744151481a46b..b0ac9f469f38f64ebe277e9eeaac2283add09253 100644 (file)
@@ -1038,7 +1038,7 @@ Origin Levon, 16 Oct 2002
 changes-output
 \end_layout
 \begin_layout Description
-Action Toggles showing of change tracking in typesetted output.
+Action Toggles showing of change tracking in typeset output.
 \end_layout
 \begin_layout Description
 Syntax changes-output
@@ -1221,7 +1221,7 @@ Origin AAS, 97-02-23
 clipboard-paste
 \end_layout
 \begin_layout Description
-Action Pastes text from the active clipboard (retains formatting if the clipboard contains formatted text). Pastes plain text if plain text is on the clipboard, but tries to interpret it in special ways for certain insets, e.g. converting csv data to rows and colums if tha paste happens in a tabular inset.
+Action Pastes text from the active clipboard (retains formatting if the clipboard contains formatted text). Pastes plain text if plain text is on the clipboard, but tries to interpret it in special ways for certain insets, e.g. converting csv data to rows and columns if the paste happens in a tabular inset.
 \end_layout
 \begin_layout Description
 Notion Historically, LFUN_CLIPBOARD_PASTE was introduced as a counterpart of LFUN_PRIMARY_SELECTION_PASTE: It behaved exactly the same, but the source is the clipboard, not the selection.
@@ -1240,7 +1240,7 @@ Origin Georg, 10 Jul 2006
 clipboard-paste-simple
 \end_layout
 \begin_layout Description
-Action Pastes plain text from the active clipboard even if formatted LyX content is in the clipboard. Pastes plain text if plain text is on the clipboard, without trying to interpret it in special ways for certain insets, e.g. converting csv data to rows and colums if the paste happens in a tabular inset.
+Action Pastes plain text from the active clipboard even if formatted LyX content is in the clipboard. Pastes plain text if plain text is on the clipboard, without trying to interpret it in special ways for certain insets, e.g. converting csv data to rows and columns if the paste happens in a tabular inset.
 \end_layout
 \begin_layout Description
 Syntax clipboard-paste-simple [<ARG>]
@@ -5088,7 +5088,7 @@ Origin Abdel, 21 Oct 2006
 \end_layout
 
 \begin_layout Section
-System Funtions (Preferences, LyX Server etc.)
+System Functions (Preferences, LyX Server etc.)
 \end_layout
 \begin_layout Subsection*
 buffer-toggle-output-sync
@@ -5268,7 +5268,7 @@ meta-prefix
 Action Simulate halting Meta key (Alt key on PCs).
 \end_layout
 \begin_layout Description
-Notion Used for buffer editation not for GUI control.
+Notion Used for buffer edition not for GUI control.
 \end_layout
 \begin_layout Description
 Syntax meta-prefix
index 6c2142901cfbf1e13e52492f2a85523beceb50b0..5b355243ba5562684f59d3532ec4b1de5308d6b7 100644 (file)
@@ -1225,7 +1225,7 @@ void LyXAction::init()
  * \li Action: Pastes text from the active clipboard (retains formatting if the
                clipboard contains formatted text). Pastes plain text if plain text is
                on the clipboard, but tries to interpret it in special ways for certain
-               insets, e.g. converting csv data to rows and colums if tha paste happens
+               insets, e.g. converting csv data to rows and columns if the paste happens
                in a tabular inset.
  * \li Notion: Historically, LFUN_CLIPBOARD_PASTE was introduced as a counterpart of
                LFUN_PRIMARY_SELECTION_PASTE: It behaved exactly the same, but the source
@@ -1261,7 +1261,7 @@ void LyXAction::init()
                LyX content is in the clipboard. Pastes plain text if plain text
                is on the clipboard, without trying to interpret it in special
                ways for certain insets, e.g. converting csv data to rows and
-               colums if the paste happens in a tabular inset.
+               columns if the paste happens in a tabular inset.
  * \li Syntax: clipboard-paste-simple [<ARG>]
  * \li Params: <ARG>: "paragraph" will cause pasting as one paragraph, i.e. "Join lines".
  * \endvar
@@ -2300,7 +2300,7 @@ void LyXAction::init()
                { LFUN_CHANGES_TRACK, "changes-track", Noop, Edit },
 /*!
  * \var lyx::FuncCode lyx::LFUN_CHANGES_OUTPUT
- * \li Action: Toggles showing of change tracking in typesetted output.
+ * \li Action: Toggles showing of change tracking in typeset output.
  * \li Syntax: changes-output
  * \li Origin: jspitzm, 21 Jan 2005
  * \endvar
@@ -3385,7 +3385,7 @@ void LyXAction::init()
 /*!
  * \var lyx::FuncCode lyx::LFUN_META_PREFIX
  * \li Action: Simulate halting Meta key (Alt key on PCs).
- * \li Notion: Used for buffer editation not for GUI control.
+ * \li Notion: Used for buffer edition not for GUI control.
  * \li Syntax: meta-prefix
  * \endvar
  */