diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-01 14:36:09 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-01 14:36:09 -0400 |
| commit | 36b58b6fb031a002fda4e42cac45cd2bee24c367 (patch) | |
| tree | 65829f665110f525c7137e98683a118df5edf29e /MediaBrowser.Server.Implementations/Localization | |
| parent | 08dbe39f9979ec94eeff1256acc21d798b1e6ad8 (diff) | |
adjust sync defaults when sync is supported
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json b/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json index c0a63aded..46d5bbf5f 100644 --- a/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json +++ b/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json @@ -751,7 +751,7 @@ "LabelQuality": "Quality:", "HeaderSettings": "Settings", "OptionAutomaticallySyncNewContent": "Automatically sync new content", - "OptionAutomaticallySyncNewContentHelp": "New content added to this category will be automatically synced to the device.", + "OptionAutomaticallySyncNewContentHelp": "New content added to will be automatically synced to the device.", "OptionSyncUnwatchedVideosOnly": "Sync unwatched videos only", "OptionSyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.", "LabelItemLimit": "Item limit:", @@ -792,5 +792,6 @@ "HeaderAdmin": "Admin", "HeaderLibrary": "Library", "HeaderMedia": "Media", - "ButtonInbox": "Inbox" + "ButtonInbox": "Inbox", + "HeaderAdvanced": "Advanced" } |
