[vlc-commits] "Leave" => "Exit"

Jean-Baptiste Kempf git at videolan.org
Sun Dec 18 16:49:08 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec 18 16:48:42 2011 +0100| [3cc35fcc4e7695ffbf24e2e5113e4969b8fb0ea9] | committer: Jean-Baptiste Kempf

"Leave" => "Exit"

Close #5694

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3cc35fcc4e7695ffbf24e2e5113e4969b8fb0ea9
---

 src/libvlc-module.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 3b41d04..b1ca8f5 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1320,8 +1320,8 @@ static const char *const ppsz_albumart_descriptions[] =
 
 #define TOGGLE_FULLSCREEN_KEY_TEXT N_("Fullscreen")
 #define TOGGLE_FULLSCREEN_KEY_LONGTEXT N_("Select the hotkey to use to swap fullscreen state.")
-#define LEAVE_FULLSCREEN_KEY_TEXT N_("Leave fullscreen")
-#define LEAVE_FULLSCREEN_KEY_LONGTEXT N_("Select the hotkey to use to leave fullscreen state.")
+#define LEAVE_FULLSCREEN_KEY_TEXT N_("Exit fullscreen")
+#define LEAVE_FULLSCREEN_KEY_LONGTEXT N_("Select the hotkey to use to exit fullscreen state.")
 #define PLAY_PAUSE_KEY_TEXT N_("Play/Pause")
 #define PLAY_PAUSE_KEY_LONGTEXT N_("Select the hotkey to use to swap paused state.")
 #define PAUSE_KEY_TEXT N_("Pause only")



More information about the vlc-commits mailing list