diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-18 16:12:58 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-18 16:42:28 -0800 |
commit | 72fb3616e29af3da3a15f0913cd909a260292805 (patch) | |
tree | 85a4e3ddd1865cc6d67423cedaeb66ee8486bd14 /MobileCydia.app/English.lproj | |
parent | e4f3d6e9839a8d8f7bbdebc0737fad9243c7a429 (diff) |
Fix localization of LOADING_DATA (use ELISION+LOADING for 'Loading...').
Diffstat (limited to 'MobileCydia.app/English.lproj')
-rw-r--r-- | MobileCydia.app/English.lproj/Localizable.strings | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MobileCydia.app/English.lproj/Localizable.strings b/MobileCydia.app/English.lproj/Localizable.strings index 5ef655e..b1792a5 100644 --- a/MobileCydia.app/English.lproj/Localizable.strings +++ b/MobileCydia.app/English.lproj/Localizable.strings @@ -53,6 +53,7 @@ "DOWNLOADING" = "Downloading"; "DOWNLOADING_" = "Downloading %@"; "EDIT" = "Edit"; +"ELISION" = "%@..."; "ENTER_APT_URL" = "Enter Cydia/APT URL"; "ENTERED_BY_USER" = "Entered by User"; "ERROR" = "Error"; @@ -93,7 +94,7 @@ "INSTALLED_FILES" = "Installed Files"; "KEEP_OLD_COPY" = "Keep My Old Copy"; "LOADING" = "Loading"; -"LOADING_DATA" = "Loading..."; +"LOADING_DATA" = "Loading Data"; "LOCAL" = "Local"; "LOGIN" = "Login"; "MAILING_LISTS" = "Mailing Lists"; |