Minor update to solve English language interface issues reported in https://github.com/openjournals/joss-reviews/issues/251#issuecomment-298878559

This commit is contained in:
Offray Vladimir Luna Cárdenas 2017-05-03 11:27:17 +00:00
parent 43e236e998
commit 4d80e0cc09

View File

@ -475,13 +475,14 @@ GrafoscopioDockingBar class >> start [
{ #category : #updating } { #category : #updating }
GrafoscopioDockingBar class >> updateDataviz [ GrafoscopioDockingBar class >> updateDataviz [
"I'm update the Dataviz package with new versions of itself take from the source code repository. "I update the Dataviz package with new versions of itself take from the source code
repository.
DataViz contains Data visualization helpers" DataViz contains Data visualization helpers"
Gofer it Gofer it
smalltalkhubUser: 'Offray' project: 'Dataviz'; smalltalkhubUser: 'Offray' project: 'Dataviz';
configurationOf: 'Dataviz'; configurationOf: 'Dataviz';
load. load.
self inform: 'Actualización del paquete Dataviz terminada' self inform: 'Dataviz package update finished.'
] ]
{ #category : #updating } { #category : #updating }
@ -614,7 +615,7 @@ GrafoscopioDockingBar class >> updateSystem [
| tmp1 tmp2 | | tmp1 tmp2 |
tmp1 := UIManager default tmp1 := UIManager default
question: 'Do you wish to update all Grafoscopio and its co-dependencies ?' question: 'Do you wish to update all Grafoscopio and its co-dependencies ?'
title: 'Actualizar grafoscopio'. title: 'Grafoscopio update'.
tmp1 tmp1
ifNotNil: [ tmp1 ifNotNil: [ tmp1
ifTrue: [ tmp2 := self. ifTrue: [ tmp2 := self.
@ -622,8 +623,8 @@ GrafoscopioDockingBar class >> updateSystem [
updateGrafoscopio; updateGrafoscopio;
updateDataviz. updateDataviz.
GrafoscopioDocumentation update. GrafoscopioDocumentation update.
self inform: 'Actualización de todo el sistema terminada.' ] self inform: 'System update finished.' ]
ifFalse: [ self inform: 'Actualización de todo el sistema NO realizada.' ] ] ifFalse: [ GrafoscopioDockingBar messageUpdateNotDone ] ]
] ]
{ #category : #updating } { #category : #updating }