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:
parent
29bcd2e15c
commit
43768d4af8
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user