mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Change "Prevent Skipping" to "Prevent track skipping" which is a more accurate name.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20556 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
614f9daae4
commit
f627ca8d23
4 changed files with 7 additions and 6 deletions
|
|
@ -12459,12 +12459,12 @@
|
|||
desc: in Settings -> Playback Settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Prevent Skipping"
|
||||
*: "Prevent Track Skipping"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Prevent Skipping"
|
||||
*: "Prevent Track Skipping"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Prevent Skipping"
|
||||
*: "Prevent Track Skipping"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
|
|
@ -1467,7 +1467,7 @@ const struct settings_list settings[] = {
|
|||
"touchscreen mode", "point,grid", NULL, 2,
|
||||
ID2P(LANG_TOUCHSCREEN_POINT), ID2P(LANG_TOUCHSCREEN_GRID)),
|
||||
#endif
|
||||
OFFON_SETTING(0, prevent_skip, LANG_PREVENT_SKIPPING, false, "prevent skip", NULL),
|
||||
OFFON_SETTING(0, prevent_skip, LANG_PREVENT_SKIPPING, false, "prevent track skip", NULL),
|
||||
};
|
||||
|
||||
const int nb_settings = sizeof(settings)/sizeof(*settings);
|
||||
|
|
|
|||
|
|
@ -130,7 +130,8 @@
|
|||
}
|
||||
skip length & track, 1s, 2s, 3s, 5s, 7s, 10s, 15s, 20s, 1min,
|
||||
90s, 2min, 3min, 5min, 10min, 15min & N/A\\
|
||||
prevent skip & on, off & N/A\\
|
||||
prevent track skip
|
||||
& on, off & N/A\\
|
||||
start in screen & previous, root, files, db, wps, menu,
|
||||
\opt{recording}{recording, }
|
||||
\opt{radio}{radio, }
|
||||
|
|
|
|||
|
|
@ -264,7 +264,7 @@ you to configure settings related to audio playback.
|
|||
the \ActionWpsSkipPrev{} and \ActionWpsSkipNext{} buttons so that they skip
|
||||
by a given time instead of skipping to a new track.
|
||||
|
||||
\section{Prevent Skipping}\index{Prevent Skipping}
|
||||
\section{Prevent Track Skipping}\index{Prevent Track Skipping}
|
||||
If this option is enabled, the ability to manually skip tracks is disabled
|
||||
in order to avoid accidental track skips. It does not prevent changing tracks
|
||||
if a track ends, which can be achieved by combining this option with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue