1.1 --- a/Source/ESOTRPreferences.m Mon Mar 16 14:47:21 2009 +0000
1.2 +++ b/Source/ESOTRPreferences.m Sun Mar 21 00:06:56 2010 -0400
1.3 @@ -194,8 +194,10 @@
1.4 fingerprint_buf, accountname, protocol);
1.5
1.6 if (fingerprint) {
1.7 + [button_generate setTitle:AILocalizedString(@"Regenerate", nil)];
1.8 fingerprintString = [NSString stringWithFormat:AILocalizedString(@"Fingerprint: %.80s",nil), fingerprint];
1.9 } else {
1.10 + [button_generate setTitle:AILocalizedString(@"Generate", nil)];
1.11 fingerprintString = AILocalizedString(@"No private key present", "Message to show in the Encryption OTR preferences when an account is selected which does not have a private key");
1.12 }
1.13 }