UserAction: Fix some US string table entry names

qteditor
Sven Eberhardt 2016-08-06 23:59:07 -04:00
parent 62fb460180
commit f59b6c837f
1 changed files with 2 additions and 2 deletions

View File

@ -184,9 +184,9 @@ SetVariable=Set variable
SetVariableHelp=Stores a value in order to retrieve it later.
Context=Context
VariableContextHelp=Storage context for this variable. Variables in global context are the same for all calls. Variables in local context only overlap if the same object is provided.
SetVariableName=Name
VariableName=Name
VariableNameHelp=Name of the variable. Case sensitive, i.e. foo and Foo are distinct variables. Only characters a-z, A-Z, 0-9 and _ may be used. The variable may not start with a number. Illegal characters will be filtered and _ prepended if needed.
VariableValueHelp=Value to assign to this variable. If an object is assigned and later removed, all variables pointing to this object will be emptied.
SetVariableValueHelp=Value to assign to this variable. If an object is assigned and later removed, all variables pointing to this object will be emptied.
Variable=Variable
VariableHelp=User-defined variable, into which a value was previously stored using the 'Set variable' action. Values should be queried using the same data type (e.g. Integer or Text) as they were stored.
Distance=Distance