Skip to content

Commit

Permalink
Delete -> Clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mento committed May 18, 2017
1 parent 3cd48b7 commit dd5cb56
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16C68" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment version="1090" identifier="macosx"/>
<deployment identifier="macosx"/>
<development version="7000" identifier="xcode"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
</dependencies>
Expand Down Expand Up @@ -81,11 +81,11 @@
</textFieldCell>
</textField>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="604">
<rect key="frame" x="404" y="359" width="90" height="32"/>
<rect key="frame" x="400" y="359" width="94" height="32"/>
<constraints>
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="78" id="vAR-8Y-8gO"/>
</constraints>
<buttonCell key="cell" type="push" title="Clear" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="605">
<buttonCell key="cell" type="push" title="Delete" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="605">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
Expand Down
2 changes: 1 addition & 1 deletion Resources/en.lproj/GPGToolsPref.strings
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"573.title" = "seconds";
"575.title" = "Store in macOS Keychain";
"579.title" = "Default Key";
"605.title" = "Clear …";
"605.title" = "Delete …";
"1048.ibShadowedToolTip" = "When attempting to verify a signature for which the required public key can not be found on your system, this option will search the key servers. If found, the key is downloaded and added to your keyring.";
"1049.title" = "Automatically download public keys";
"2us-TG-ZgZ.title" = "Automatically check for updates";
Expand Down

0 comments on commit dd5cb56

Please sign in to comment.