text-freetype2: Add translation for source name
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
TextFreetype2="Text (FreeType 2)"
|
||||
Font="Font"
|
||||
Text="Text"
|
||||
TextFile="Text File (UTF-8 or UTF-16)"
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user