Skip to content

Commit 0092e97

Browse files
committed
Update localized strings.
1 parent 867166f commit 0092e97

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.6)
22

33
set (VSE_VERSION_1 0)
44
set (VSE_VERSION_2 5)
5-
set (VSE_VERSION_3 2)
5+
set (VSE_VERSION_3 1)
66
set (VSE_LIB_NAME VisualScriptEngine)
77
set (VSE_CUSTOM_BUILD_OPTIONS ${VSE_CUSTOM_BUILD_OPTIONS})
88

Sources/Localization/English.po

+9
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,15 @@ msgstr "Green"
109109
msgid "Red"
110110
msgstr "Red"
111111

112+
msgid "Connection Display"
113+
msgstr "Connection Display"
114+
115+
msgid "Normal"
116+
msgstr "Normal"
117+
118+
msgid "Hidden"
119+
msgstr "Hidden"
120+
112121
msgid "Node Name"
113122
msgstr "Node Name"
114123

0 commit comments

Comments
 (0)