]> git.sesse.net Git - vlc/commitdiff
Fix a string. Thanks to ShadeHawk on irc for noticing
authorClément Stenac <zorglub@videolan.org>
Tue, 6 Dec 2005 12:19:52 +0000 (12:19 +0000)
committerClément Stenac <zorglub@videolan.org>
Tue, 6 Dec 2005 12:19:52 +0000 (12:19 +0000)
src/libvlc.h

index 2f20bcaee89631cbd4eea2c213c9bcbca4f4e2ef..ef6abcb640cc289deffa1be248523c429dd178c4 100644 (file)
@@ -870,7 +870,7 @@ static char *ppsz_clock_descriptions[] =
 #define TITLE_NEXT_LONGTEXT N_("Select the key to choose the next title from the DVD")
 #define CHAPTER_PREV_TEXT N_("Select prev DVD chapter")
 #define CHAPTER_PREV_LONGTEXT N_("Select the key to choose the previous chapter from the DVD")
-#define CHAPTER_NEXT_TEXT N_("Select prev DVD chapter")
+#define CHAPTER_NEXT_TEXT N_("Select next DVD chapter")
 #define CHAPTER_NEXT_LONGTEXT N_("Select the key to choose the next chapter from the DVD")
 #define VOL_UP_KEY_TEXT N_("Volume up")
 #define VOL_UP_KEY_LONGTEXT N_("Select the key to increase audio volume.")