diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-09 01:22:28 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-09 01:22:28 -0500 |
| commit | d5c4655361c0567d6a97b9bd68552ee654e91d62 (patch) | |
| tree | 97b3f3a521e057c919b7d050214acb9eed08038f | |
| parent | 01828f19a766b8bdddb022665cb5302f5cd745fd (diff) | |
update text
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json b/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json index cb99b57bb..b31db164a 100644 --- a/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json +++ b/MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json @@ -728,5 +728,6 @@ "SyncJobItemStatusFailed": "Failed", "SyncJobItemStatusRemovedFromDevice": "Removed from device", "SyncJobItemStatusCancelled": "Cancelled", - "MessageJobItemHasNoActions": "d" + "MessageBlockContentWithThisTag": "Block all content with this tag", + "MessageAllowContentWithThisTag": "Allow only content with this tag" } |
