1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-27 09:41:32 +01:00

Small modifications to previous pull request:

- remove reference to iPod, as this is not iPod specific IMO
- make comment clearer
This commit is contained in:
Arnaud Bienner 2015-01-19 15:01:33 +01:00
parent 29bcd2e15c
commit 43768d4af8
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ class Player : public PlayerInterface {
static const char* kSettingsGroup;
// Don't change the values
// Don't change the values: they are saved in preferences
enum PreviousBehaviour {
PreviousBehaviour_DontRestart = 1,
PreviousBehaviour_Restart = 2

View File

@ -195,7 +195,7 @@
</item>
<item>
<property name="text">
<string>Restart song, then jump to previous if pressed again (iPod behavior)</string>
<string>Restart song, then jump to previous if pressed again</string>
</property>
</item>
</widget>