From 3a74208d4e5a67d86c4b1b978ebf5ecfb0347a55 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Mon, 14 Jul 2008 22:47:40 +0000 Subject: General language cleanup and small restrucuring of the source code of misc. parts of the manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18043 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/brickmania.tex | 6 +++--- manual/plugins/main.tex | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'manual/plugins') diff --git a/manual/plugins/brickmania.tex b/manual/plugins/brickmania.tex index d8966b4..2c7a492 100644 --- a/manual/plugins/brickmania.tex +++ b/manual/plugins/brickmania.tex @@ -3,10 +3,10 @@ {img:brickmania} BrickMania is a clone of the classic game Breakout. The aim of the game is to destroy all the bricks by hitting them with the ball once or more. Sometimes a -special falls down when you destroy a brick. For a special to take effect, you -must catch it with the paddle. Look out for the bad ones.\\ +special item falls down when you destroy a brick. For a special item to take +effect, you must catch it with the paddle. Look out for the bad ones.\\ -\subsubsection{Specials} +\subsubsection{Special items} \begin{table} \begin{center} \begin{tabularx}{.75\textwidth}{clX}\toprule diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 3838c2e..d5f101b 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -1,10 +1,10 @@ % $Id$ % \chapter{Plugins}\label{ref:plugins} -Plugins are little programs that Rockbox can load and run. Only one plugin can +Plugins are programs that Rockbox can load and run. Only one plugin can be loaded at a time. Plugins have exclusive control over the user interface. -This means you cannot switch back and forth between a plugin and Rockbox, a -plugin is loaded, run and then exited, which returns control to Rockbox. Most -plugins will not interfere with music playback but some of them will stop +This means you cannot switch back and forth between a plugin and Rockbox. When +a plugin is loaded, you need to exit it to return to the Rockbox interface. +Most plugins will not interfere with music playback but some of them will stop playback while running. Plugins have the file extension \fname{.rock}. Most of them can be started from \setting{Browse Plugins} in the \setting{Main Menu}. -- cgit v1.1