Bug 1299580 - Remove unused localized strings from appcacheutils draft
authorJulian Descottes <jdescottes@mozilla.com>
Wed, 31 Aug 2016 19:50:22 +0200
changeset 408108 ce54d25b4ed8c44531751b272b1224d5474c9f00
parent 408107 3e550b9bf870524500d17fbd50628d72e84aec53
child 408109 c343b3dca869e538eafeb5db3ead3396a57ab347
push id28148
push userjdescottes@mozilla.com
push dateWed, 31 Aug 2016 18:28:14 +0000
bugs1299580
milestone51.0a1
Bug 1299580 - Remove unused localized strings from appcacheutils MozReview-Commit-ID: B8ZfytXUZP3
devtools/client/locales/en-US/appcacheutils.properties
--- a/devtools/client/locales/en-US/appcacheutils.properties
+++ b/devtools/client/locales/en-US/appcacheutils.properties
@@ -112,12 +112,8 @@ fallbackAsterisk2=Asterisk (*) incorrect
 # SETTINGS section containing something other than the valid "prefer-online"
 # or "fast". Parameters: %S is the line number where this error occurs.
 settingsBadValue=The SETTINGS section may only contain a single value, “prefer-online” or “fast” at line %S.
 
 # LOCALIZATION NOTE (invalidSectionName): the associated cache manifest
 # contains an invalid section name. Parameters: %1$S is the section name, %2$S
 # is the line number.
 invalidSectionName=Invalid section name (%1$S) at line %2$S.
-
-# LOCALIZATION NOTE (entryNotFound): the requested cache entry that does not
-# exist.
-entryNotFound=Entry not found.