diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-04-19 18:59:12 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:13:12 +0000 |
commit | a29a0d7256b339be1538a846e86114442c9ca129 (patch) | |
tree | eba97587666d2e218e6d777f90a30724410225a4 | |
parent | 677b84159eed7faf5ae2b7683e987f856d3cc252 (diff) |
Fixed localization typo.
-rw-r--r-- | Cydia.app/English.lproj/Localizable.strings | 2 | ||||
-rw-r--r-- | Cydia.app/French.lproj/Localizable.strings | 2 | ||||
-rw-r--r-- | Cydia.app/German.lproj/Localizable.strings | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Cydia.app/English.lproj/Localizable.strings b/Cydia.app/English.lproj/Localizable.strings index a7d2036..341fb08 100644 --- a/Cydia.app/English.lproj/Localizable.strings +++ b/Cydia.app/English.lproj/Localizable.strings @@ -95,7 +95,7 @@ "MANAGE" = "Manage"; "MODIFY" = "Modify"; "MORE_INFORMATION" = "More Information"; -"MORE_PACKAGE_SOURCS" = "More Package Sources"; +"MORE_PACKAGE_SOURCES" = "More Package Sources"; "NAME" = "Name"; "NETWORK_ERROR" = "Network Error"; "NEVER_OR_UNKNOWN" = "Never or Unknown"; diff --git a/Cydia.app/French.lproj/Localizable.strings b/Cydia.app/French.lproj/Localizable.strings index 97b885f..e09066a 100644 --- a/Cydia.app/French.lproj/Localizable.strings +++ b/Cydia.app/French.lproj/Localizable.strings @@ -95,7 +95,7 @@ "MANAGE" = "Gestion"; "MODIFY" = "Modifier"; "MORE_INFORMATION" = "Plus d'Information"; -"MORE_PACKAGE_SOURCS" = "Plus de Sources de Paquets"; +"MORE_PACKAGE_SOURCES" = "Plus de Sources de Paquets"; "NAME" = "Nom"; "NETWORK_ERROR" = "Erreur Réseau"; "NEVER_OR_UNKNOWN" = "Jamais ou Inconnnu"; diff --git a/Cydia.app/German.lproj/Localizable.strings b/Cydia.app/German.lproj/Localizable.strings index 2e60aba..475fee6 100644 --- a/Cydia.app/German.lproj/Localizable.strings +++ b/Cydia.app/German.lproj/Localizable.strings @@ -95,7 +95,7 @@ "MANAGE" = "Verwalten"; "MODIFY" = "Verändern"; "MORE_INFORMATION" = "Mehr Informationen"; -"MORE_PACKAGE_SOURCS" = "Mehr Quellen für Pakete"; +"MORE_PACKAGE_SOURCES" = "Mehr Quellen für Pakete"; "NAME" = "Name"; "NETWORK_ERROR" = "Netzwerk-Fehler"; "NEVER_OR_UNKNOWN" = "Nie oder unbekannt"; |