[banshee] Booter: Add missing quote in command line help message (bgo#667184)
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] Booter: Add missing quote in command line help message (bgo#667184)
- Date: Sun, 8 Jan 2012 12:02:32 +0000 (UTC)
commit f791d66d2403177d554c2f24a47395275b73dbf7
Author: OKANO Takayoshi <kano na rim or jp>
Date: Sun Jan 8 13:00:40 2012 +0100
Booter: Add missing quote in command line help message (bgo#667184)
Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>
src/Clients/Booter/Booter/Entry.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Clients/Booter/Booter/Entry.cs b/src/Clients/Booter/Booter/Entry.cs
index 3f87397..ef38119 100644
--- a/src/Clients/Booter/Booter/Entry.cs
+++ b/src/Clients/Booter/Booter/Entry.cs
@@ -162,7 +162,7 @@ namespace Booter
new LayoutGroup ("playback", Catalog.GetString ("Playback Control Options"),
new LayoutOption ("next", Catalog.GetString ("Play the next track, optionally restarting if the 'restart' value is set")),
- new LayoutOption ("previous", Catalog.GetString ("Play the previous track, optionally restarting if the 'restart value is set")),
+ new LayoutOption ("previous", Catalog.GetString ("Play the previous track, optionally restarting if the 'restart' value is set")),
new LayoutOption ("restart-or-previous", Catalog.GetString ("If the current song has been played longer than 4 seconds then restart it, otherwise the same as --previous")),
new LayoutOption ("play-enqueued", Catalog.GetString ("Automatically start playing any tracks enqueued on the command line")),
new LayoutOption ("play", Catalog.GetString ("Start playback")),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]