浏览代码

obs-text: Fix typo

jp9000 9 年之前
父节点
当前提交
31f106c1b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/obs-text/gdiplus/obs-text.cpp

+ 1 - 1
plugins/obs-text/gdiplus/obs-text.cpp

@@ -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")