diff options
author | mltownsend <mltownsend@gmail.com> | 2010-05-04 18:38:44 +0000 |
---|---|---|
committer | mltownsend <mltownsend@gmail.com> | 2010-05-04 18:38:44 +0000 |
commit | e1ddcc46b4beac645dd76ab40a85890c8a2795ab (patch) | |
tree | a547f9e7f13b4a07d7a5631c4aee4df284631b42 | |
parent | 2b23e442dabf3a775e32d6425733badfe4e28785 (diff) | |
download | sequelpro-e1ddcc46b4beac645dd76ab40a85890c8a2795ab.tar.gz sequelpro-e1ddcc46b4beac645dd76ab40a85890c8a2795ab.tar.bz2 sequelpro-e1ddcc46b4beac645dd76ab40a85890c8a2795ab.zip |
Added 'Add Host' to Locazable.strings
-rw-r--r-- | Resources/English.lproj/Localizable.strings | bin | 149272 -> 149366 bytes | |||
-rw-r--r-- | Source/SPUserManager.m | 2 | ||||
-rw-r--r-- | sequel-pro.xcodeproj/project.pbxproj | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/Resources/English.lproj/Localizable.strings b/Resources/English.lproj/Localizable.strings Binary files differindex 3306c454..d6c6439a 100644 --- a/Resources/English.lproj/Localizable.strings +++ b/Resources/English.lproj/Localizable.strings diff --git a/Source/SPUserManager.m b/Source/SPUserManager.m index cb49c084..de70b777 100644 --- a/Source/SPUserManager.m +++ b/Source/SPUserManager.m @@ -1254,7 +1254,7 @@ } if (retVal == NO) { NSAlert *alert = [NSAlert alertWithMessageText:@"User doesn't have any hosts." - defaultButton:@"Add Host" + defaultButton:NSLocalizedString(@"Add Host", @"Add Host") alternateButton:NSLocalizedString(@"Cancel", @"cancel button") otherButton:nil informativeTextWithFormat:@"This user doesn't have any hosts associated with it. User will be deleted unless one is added"]; diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj index 59a8f02a..ba918c80 100644 --- a/sequel-pro.xcodeproj/project.pbxproj +++ b/sequel-pro.xcodeproj/project.pbxproj @@ -440,7 +440,7 @@ 17DD52B6115071D0007D8950 /* sequel-pro-print-template.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "sequel-pro-print-template.html"; sourceTree = "<group>"; }; 17DD52B811507217007D8950 /* Credits.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = Credits.rtf; sourceTree = "<group>"; }; 17DD52C2115074B3007D8950 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; - 17DD52C5115074CB007D8950 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; }; + 17DD52C5115074CB007D8950 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; }; 17DD52D1115075B1007D8950 /* bar.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = bar.gif; sourceTree = "<group>"; }; 17DD52D2115075B1007D8950 /* english_help idx */ = {isa = PBXFileReference; lastKnownFileType = file; path = "english_help idx"; sourceTree = "<group>"; }; 17DD52D3115075B1007D8950 /* icon.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = icon.gif; sourceTree = "<group>"; }; |