diff options
-rw-r--r-- | i18n.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #include <vdr/config.h> cText2SkinI18n::cText2SkinI18n(const char *Skin) : - mIdentity(std::string( "vdr-"PLUGIN_NAME_I18N"-" ) + Skin) + mIdentity(std::string(" vdr- " PLUGIN_NAME_I18N " - ") + Skin) { I18nRegister(mIdentity.substr(mIdentity.find('-') + 1).c_str()); } |