diff --git a/xbmc/interfaces/Builtins.cpp b/xbmc/interfaces/Builtins.cpp index f36230f4f90a2..e2d8f27f9db65 100644 --- a/xbmc/interfaces/Builtins.cpp +++ b/xbmc/interfaces/Builtins.cpp @@ -206,7 +206,7 @@ const BUILT_IN commands[] = { { "LCD.Resume", false, "Resumes LCDproc" }, #endif { "VideoLibrary.Search", false, "Brings up a search dialog which will search the library" }, - { "ReloadSources", false, "Reloads the sources.xml file }, + { "ReloadSources", false, "Reloads the sources.xml file" }, }; bool CBuiltins::HasCommand(const CStdString& execString)