Bug 1370645 - Fix sync notification message following platform conventions draft
authorJeongkyu Kim <jeongkyu.kim@gmail.com>
Thu, 08 Jun 2017 18:45:49 +0900
changeset 590913 971fba033513ea6f22e98b70e8f1c77ae718cfd5
parent 590795 7efda263a842e60cd0cc00b3c4a7058c65590702
child 632352 e128bfffb7900acce062e56bcdac1381bbdeb55c
push id62879
push userbmo:jeongkyu.kim@gmail.com
push dateThu, 08 Jun 2017 09:46:48 +0000
bugs1370645
milestone55.0a1
Bug 1370645 - Fix sync notification message following platform conventions MozReview-Commit-ID: HjJuH4peSxE
browser/locales/en-US/chrome/browser/accounts.properties
--- a/browser/locales/en-US/chrome/browser/accounts.properties
+++ b/browser/locales/en-US/chrome/browser/accounts.properties
@@ -21,17 +21,17 @@ verificationNotSentBody = We are unable 
 # deviceConnectedBody.noDeviceName is shown instead of deviceConnectedBody when we
 # could not get the device name that joined
 deviceConnectedTitle = Firefox Sync
 deviceConnectedBody = This computer is now syncing with %S.
 deviceConnectedBody.noDeviceName = This computer is now syncing with a new device.
 
 # LOCALIZATION NOTE (syncStartNotification.title, syncStartNotification.body)
 # These strings are used in a notification shown after Sync is connected.
-syncStartNotification.title = Sync enabled
+syncStartNotification.title = Sync Enabled
 # %S is brandShortName
 syncStartNotification.body2 = %S will begin syncing momentarily.
 
 # LOCALIZATION NOTE (deviceDisconnectedNotification.title, deviceDisconnectedNotification.body)
 # These strings are used in a notification shown after Sync was disconnected remotely.
 deviceDisconnectedNotification.title = Sync disconnected
 deviceDisconnectedNotification.body = This computer has been successfully disconnected from Firefox Sync.