From: Antoine Cellerier Date: Sat, 2 Feb 2008 13:50:17 +0000 (+0000) Subject: Add a missing word. X-Git-Tag: 0.9.0-test0~3011 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=03fefb1cb273bf54a9f68828ee03bd490edff233;p=vlc Add a missing word. --- diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index bbf7151426..8880e45469 100644 --- a/modules/gui/qt4/qt4.cpp +++ b/modules/gui/qt4/qt4.cpp @@ -103,7 +103,7 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * ); #define UPDATER_TEXT N_( "Activate the updates availability notification" ) #define UPDATER_LONGTEXT N_( "Activate the automatic notification of new " \ "versions of the software. It runs once a week." ) -#define UPDATER_DAYS_TEXT N_("Number of days between two checks") +#define UPDATER_DAYS_TEXT N_("Number of days between two update checks") #define COMPLETEVOL_TEXT N_( "Allow the volume to be set to 400%" ) #define COMPLETEVOL_LONGTEXT N_( "Allow the volume to have range from 0% to " \