Skip to content

Commit

Permalink
OS X → macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Mento committed Nov 7, 2016
1 parent 1ae9f90 commit d1528c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Resources/Base.lproj/GPGToolsPref.xib
Expand Up @@ -58,8 +58,8 @@
</connections>
</popUpButton>
<button translatesAutoresizingMaskIntoConstraints="NO" id="561">
<rect key="frame" x="108" y="329" width="165" height="18"/>
<buttonCell key="cell" type="check" title="Store in OS X Keychain" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="575">
<rect key="frame" x="108" y="329" width="178" height="18"/>
<buttonCell key="cell" type="check" title="Store in macOS Keychain" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="575">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
Expand Down Expand Up @@ -164,12 +164,12 @@
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<binding destination="243" name="enabled" keyPath="rememberPassword" id="J0D-si-pUs"/>
<binding destination="243" name="value" keyPath="passphraseCacheTime" id="611">
<dictionary key="options">
<real key="NSNullPlaceholder" value="600"/>
</dictionary>
</binding>
<binding destination="243" name="enabled" keyPath="rememberPassword" id="J0D-si-pUs"/>
<outlet property="nextKeyView" destination="566" id="hND-dB-f8z"/>
</connections>
</textField>
Expand Down
2 changes: 1 addition & 1 deletion Resources/en.lproj/GPGToolsPref.strings
Expand Up @@ -7,7 +7,7 @@
"560.ibShadowedToolTip" = "This key is used as your default key in GPGServices.";
"570.title" = "Key Server";
"573.title" = "seconds";
"575.title" = "Store in OS X Keychain";
"575.title" = "Store in macOS Keychain";
"579.title" = "Default Key";
"605.title" = "Clear";
"731.ibShadowedToolTip" = "The comment is added to every OpenPGP message you create. When using GPGMail it will not be visible. When using GPGServices you should see the comment.";
Expand Down

0 comments on commit d1528c0

Please sign in to comment.