aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPUserManager.m
diff options
context:
space:
mode:
authormltownsend <mltownsend@gmail.com>2010-05-04 18:38:44 +0000
committermltownsend <mltownsend@gmail.com>2010-05-04 18:38:44 +0000
commite1ddcc46b4beac645dd76ab40a85890c8a2795ab (patch)
treea547f9e7f13b4a07d7a5631c4aee4df284631b42 /Source/SPUserManager.m
parent2b23e442dabf3a775e32d6425733badfe4e28785 (diff)
downloadsequelpro-e1ddcc46b4beac645dd76ab40a85890c8a2795ab.tar.gz
sequelpro-e1ddcc46b4beac645dd76ab40a85890c8a2795ab.tar.bz2
sequelpro-e1ddcc46b4beac645dd76ab40a85890c8a2795ab.zip
Added 'Add Host' to Locazable.strings
Diffstat (limited to 'Source/SPUserManager.m')
-rw-r--r--Source/SPUserManager.m2
1 files changed, 1 insertions, 1 deletions
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"];