diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-08 00:01:33 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-08 00:01:33 +0000 |
| commit | 37c0e091c1f8c5975fc3af8aa061a6e6266ed453 (patch) | |
| tree | 2a07a93767755ef207b0eef69796fae693a1fa12 | |
| parent | e58027046dd248ad572903d8453668a990ae5c9d (diff) | |
| download | pcsxr-37c0e091c1f8c5975fc3af8aa061a6e6266ed453.tar.gz | |
Looks like I forgot to change a translation string when I moved to multi-block saves, fixing.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85885 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | macosx/English.lproj/Localizable.strings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/English.lproj/Localizable.strings b/macosx/English.lproj/Localizable.strings index 6decbd9f..2166bcfb 100644 --- a/macosx/English.lproj/Localizable.strings +++ b/macosx/English.lproj/Localizable.strings @@ -60,7 +60,7 @@ "Deleting a block will remove all saved data on that block.\n\nThis cannot be undone." = "Deleting a block will remove all saved data on that block.\n\nThis cannot be undone."; "Delete" = "Delete"; "No Free Space" = "No Free Space"; -"Memory card %d doesn't have a free block on it. Please remove some blocks on that card to continue" = "Memory card %d doesn't have a free block on it. Please remove some blocks on that card to continue"; +"Memory card %d doesn't have %d free consecutive blocks on it. Please remove some blocks on that card to continue" = "Memory card %d doesn't have %d free consecutive blocks on it. Please remove some blocks on that card to continue"; "Okay" = "Okay"; "Error opening file" = "Error opening file"; "Unable to open %@: %@" = "Unable to open %@: %@"; |
