text-freetype2: Add translation for source name

master
jp9000 2015-07-06 21:28:40 -07:00
parent 0cdc53c0f0
commit fdcb27230c
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
TextFreetype2="Text (FreeType 2)"
Font="Font"
Text="Text"
TextFile="Text File (UTF-8 or UTF-16)"

View File

@ -70,7 +70,7 @@ void obs_module_unload(void)
static const char *ft2_source_get_name(void)
{
return obs_module_text("Text (FreeType 2)");
return obs_module_text("TextFreetype2");
}
static uint32_t ft2_source_get_width(void *data)