diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-06-12 12:43:07 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-06-12 13:00:28 -0700 |
commit | 8be6886161f7e1a1de2f1572a6fa7a05397c99ee (patch) | |
tree | 6cfd2a0e5dff73d940445b8e27e811c1f1c5b181 | |
parent | 42e25bc50bc1dd4ed6b1efb13e45b4f44a1a8a89 (diff) |
Downloading does not *always* involve mailto: ;P.
-rw-r--r-- | MobileCydia.app/de.lproj/Localizable.strings | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MobileCydia.app/de.lproj/Localizable.strings b/MobileCydia.app/de.lproj/Localizable.strings index 1f77c5f..dec0b9d 100644 --- a/MobileCydia.app/de.lproj/Localizable.strings +++ b/MobileCydia.app/de.lproj/Localizable.strings @@ -53,9 +53,9 @@ "DOUBLE_QUOTED" = "„%@“"; "DOWNGRADE" = "Downgrade"; "DOWNLOADING" = "Wird heruntergeladen"; -"DOWNLOADING_" = "mailto:%@ wird heruntergeladen"; +"DOWNLOADING_" = "%@ wird heruntergeladen"; "EDIT" = "Bearbeiten"; -"ELISION" = "mailto:%@ ..."; +"ELISION" = "%@ ..."; "ENTERED_BY_USER" = "Vom Benutzer eingegeben"; "ENTER_APT_URL" = "Cydia/APT URL eingeben"; "ERROR" = "Fehler"; |