From: Mohammed Adnène Trojette Date: Thu, 6 Apr 2006 23:00:24 +0000 (+0000) Subject: typo in a string (line 42) X-Git-Tag: 0.9.0-test0~11583 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5d8a04ab4e44ed6e71b1984b952574104b68fc41;p=vlc typo in a string (line 42) --- diff --git a/include/vlc_config_cat.h b/include/vlc_config_cat.h index 033bbf13bd..97169e3c25 100644 --- a/include/vlc_config_cat.h +++ b/include/vlc_config_cat.h @@ -39,7 +39,7 @@ #define INTF_TITLE N_("Interface") #define INTF_HELP N_( "Settings for VLC's interfaces" ) -#define INTF_GENERAL_HELP N_( "General interface setttings" ) +#define INTF_GENERAL_HELP N_( "General interface settings" ) #define INTF_MAIN_TITLE N_( "Main interfaces" ) #define INTF_MAIN_HELP N_( "Settings for the main interface" )