diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-14 04:36:12 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-14 04:36:12 -0700 |
commit | 2595e4c379a0a75854a02dd9fc68dae99c274434 (patch) | |
tree | 502f9c2c542d4f3353d798573f7652fe96982307 /MobileCydia.app/English.lproj/Localizable.strings | |
parent | 299aeacd7d337a1e57ca14660a151f5a9fd453e2 (diff) |
Do not allow invalid APT config lines as sources.
Diffstat (limited to 'MobileCydia.app/English.lproj/Localizable.strings')
-rw-r--r-- | MobileCydia.app/English.lproj/Localizable.strings | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MobileCydia.app/English.lproj/Localizable.strings b/MobileCydia.app/English.lproj/Localizable.strings index fc3d5e4..a098861 100644 --- a/MobileCydia.app/English.lproj/Localizable.strings +++ b/MobileCydia.app/English.lproj/Localizable.strings @@ -94,6 +94,7 @@ "INSTALLED_BY_PACKAGE" = "Installed by Package"; "INSTALLED_DETAILS" = "Installed Package"; "INSTALLED_FILES" = "Installed Files"; +"INVALID_URL" = "Invalid URL"; "KEEP_OLD_COPY" = "Keep My Old Copy"; "LOADING" = "Loading"; "LOADING_DATA" = "Loading Data"; |