From: Jean-Baptiste Kempf Date: Fri, 13 Feb 2009 10:29:55 +0000 (+0100) Subject: Use Jump to instead of Go to X-Git-Tag: 1.0.0-pre1~706 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bce370d338abe3e3521b87be032f578c2a44ff28;p=vlc Use Jump to instead of Go to --- diff --git a/include/vlc_intf_strings.h b/include/vlc_intf_strings.h index ef0b677d8b..de51b7df0a 100644 --- a/include/vlc_intf_strings.h +++ b/include/vlc_intf_strings.h @@ -43,7 +43,7 @@ #define I_MENU_CODECINFO N_("&Codec Information") #define I_MENU_MSG N_("&Messages") #define I_MENU_EXT N_("&Extended Settings") -#define I_MENU_GOTOTIME N_("Go to Specific &Time") +#define I_MENU_GOTOTIME N_("Jump to Specific &Time") #define I_MENU_BOOKMARK N_("&Bookmarks") #define I_MENU_VLM N_("&VLM Configuration")