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:
parent
43e236e998
commit
4d80e0cc09
@ -475,13 +475,14 @@ GrafoscopioDockingBar class >> start [
|
||||
|
||||
{ #category : #updating }
|
||||
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"
|
||||
Gofer it
|
||||
smalltalkhubUser: 'Offray' project: 'Dataviz';
|
||||
configurationOf: 'Dataviz';
|
||||
load.
|
||||
self inform: 'Actualización del paquete Dataviz terminada'
|
||||
self inform: 'Dataviz package update finished.'
|
||||
]
|
||||
|
||||
{ #category : #updating }
|
||||
@ -614,7 +615,7 @@ GrafoscopioDockingBar class >> updateSystem [
|
||||
| tmp1 tmp2 |
|
||||
tmp1 := UIManager default
|
||||
question: 'Do you wish to update all Grafoscopio and its co-dependencies ?'
|
||||
title: 'Actualizar grafoscopio'.
|
||||
title: 'Grafoscopio update'.
|
||||
tmp1
|
||||
ifNotNil: [ tmp1
|
||||
ifTrue: [ tmp2 := self.
|
||||
@ -622,8 +623,8 @@ GrafoscopioDockingBar class >> updateSystem [
|
||||
updateGrafoscopio;
|
||||
updateDataviz.
|
||||
GrafoscopioDocumentation update.
|
||||
self inform: 'Actualización de todo el sistema terminada.' ]
|
||||
ifFalse: [ self inform: 'Actualización de todo el sistema NO realizada.' ] ]
|
||||
self inform: 'System update finished.' ]
|
||||
ifFalse: [ GrafoscopioDockingBar messageUpdateNotDone ] ]
|
||||
]
|
||||
|
||||
{ #category : #updating }
|
||||
|
Loading…
Reference in New Issue
Block a user