We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867166f commit 0092e97Copy full SHA for 0092e97
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.6)
2
3
set (VSE_VERSION_1 0)
4
set (VSE_VERSION_2 5)
5
-set (VSE_VERSION_3 2)
+set (VSE_VERSION_3 1)
6
set (VSE_LIB_NAME VisualScriptEngine)
7
set (VSE_CUSTOM_BUILD_OPTIONS ${VSE_CUSTOM_BUILD_OPTIONS})
8
Sources/Localization/English.po
@@ -109,6 +109,15 @@ msgstr "Green"
109
msgid "Red"
110
msgstr "Red"
111
112
+msgid "Connection Display"
113
+msgstr "Connection Display"
114
+
115
+msgid "Normal"
116
+msgstr "Normal"
117
118
+msgid "Hidden"
119
+msgstr "Hidden"
120
121
msgid "Node Name"
122
msgstr "Node Name"
123
0 commit comments