mirror of
https://github.com/atom/atom.git
synced 2026-02-01 10:14:58 -05:00
Synchronize instead of Synchronize
This commit is contained in:
@@ -25,7 +25,7 @@ updateProgressBar = (message, percentDone) ->
|
||||
guestSession = new GuestSession(sessionId)
|
||||
guestSession.on 'started', -> loadingView.remove()
|
||||
guestSession.on 'connection-opened', -> updateProgressBar('Downloading session data', 25)
|
||||
guestSession.on 'document-received', -> updateProgressBar('Synchronize repository', 50)
|
||||
guestSession.on 'document-received', -> updateProgressBar('Synchronizing repository', 50)
|
||||
operationsDone = -1
|
||||
guestSession.on 'mirror-progress', (message, command, operationCount) ->
|
||||
operationsDone++
|
||||
|
||||
Reference in New Issue
Block a user