0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

obs-text: Fix typo

This commit is contained in:
jp9000 2016-09-15 05:20:59 -07:00
parent 1bbe152a55
commit 31f106c1b5

View File

@ -74,7 +74,7 @@ using namespace Gdiplus;
#define T_ALIGN T_("Alignment")
#define T_VALIGN T_("VerticalAlignment")
#define T_OPACITY T_("Opacity")
#define T_VERTICAL T_("Veritcal")
#define T_VERTICAL T_("Vertical")
#define T_OUTLINE T_("Outline")
#define T_OUTLINE_SIZE T_("Outline.Size")
#define T_OUTLINE_COLOR T_("Outline.Color")