Skip to content

Commit

Permalink
Merge pull request #1840 from uqbar-project/fix-#1820-position-message
Browse files Browse the repository at this point in the history
Fix #1820 Position message instead of attribute
  • Loading branch information
fdodino committed Oct 9, 2019
2 parents 0bb3de3 + 65b7b30 commit 5c883d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ WollokInterpreter_operationNotSupported = Operation "{0}" not supported by inter
WollokInterpreter_operatorNotSupported = Operator "{0}" not supported for {1}
WollokInterpreter_constructorCallNotAllowed = Impossible to call a constructor on anything besides a class
WollokInterpreter_binaryOperationNotCompoundAssignment = Binary operation is not a compound assignment
WollokInterpreter_visualObjectWithoutPosition = Visual object doesn't have any position attribute: {0}
WollokInterpreter_visualObjectWithoutPosition = Object doesn't understand 'position' message: {0}
WollokInterpreter_illegalOperationEmptyCollection = Illegal operation ''{0}'' on empty collection
WollokInterpreter_referenceAlreadyDefined=Reference "{0}" has already been defined
WollokDslInterpreter_native_class_not_found = You declared a native method but there is no native definition for {0} (maybe it is a pure Wollok definition)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ WollokInterpreter_operationNotSupported = Operaci\u00F3n '{0}' no soportada por
WollokInterpreter_operatorNotSupported = {1} no soporta el operador {0}
WollokInterpreter_constructorCallNotAllowed = No puede llamar a un constructor de algo que no sea una clase
WollokInterpreter_binaryOperationNotCompoundAssignment = La operaci\u00F3n binaria no es una asignaci\u00F3n compuesta
WollokInterpreter_visualObjectWithoutPosition = El objeto visual no tiene un atributo 'position': {0}
WollokInterpreter_visualObjectWithoutPosition = El objeto no entiende el mensaje 'position': {0}
WollokInterpreter_illegalOperationEmptyCollection = Operaci\u00F3n '{0}' no permitida en colecciones vac\u00EDas
WollokInterpreter_referenceAlreadyDefined = La referencia "{0}" fue definida previamente
WollokDslInterpreter_native_class_not_found = Declar\u00F3 un \u00E9todo nativo pero no se encontr\u00F3 la definici\u00F3n nativa de {0} (posiblemente se trate de un elemento definido s\u00F3lo en Wollok)
Expand Down

0 comments on commit 5c883d5

Please sign in to comment.