Skip to content

Commit

Permalink
updated BEIDTokenApp registration message, to make it clear to the us…
Browse files Browse the repository at this point in the history
…er that registration is already done
  • Loading branch information
Developer authored and Developer committed Mar 7, 2018
1 parent cf89c0a commit 04ac78b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cardcomm/ctkToken/BEIDTokenApp/Base.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="12121" systemVersion="17A360a" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="12121" systemVersion="17E150g" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12121"/>
Expand Down Expand Up @@ -70,9 +70,9 @@
<autoresizingMask key="autoresizingMask"/>
<subviews>
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="54X-N1-vHs">
<rect key="frame" x="142" y="27" width="159" height="32"/>
<rect key="frame" x="130" y="27" width="184" height="32"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="push" title="Register BEIDToken" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="6PN-x3-4VU">
<buttonCell key="cell" type="push" title="BEIDToken is registered" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="6PN-x3-4VU">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
Expand Down
2 changes: 1 addition & 1 deletion cardcomm/ctkToken/BEIDTokenApp/de.lproj/MainMenu.strings
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"5kV-Vb-QxS.title" = "Über BEIDTokenApp";

/* Class = "NSButtonCell"; title = "Register BEIDToken"; ObjectID = "6PN-x3-4VU"; */
"6PN-x3-4VU.title" = "BEIDToken registrieren";
"6PN-x3-4VU.title" = "BEIDToken ist registriert";

/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */
"AYu-sK-qS6.title" = "Hauptmenü";
Expand Down
2 changes: 1 addition & 1 deletion cardcomm/ctkToken/BEIDTokenApp/fr.lproj/MainMenu.strings
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"5kV-Vb-QxS.title" = "À propos de BEIDTokenApp";

/* Class = "NSButtonCell"; title = "Register BEIDToken"; ObjectID = "6PN-x3-4VU"; */
"6PN-x3-4VU.title" = "Enregistrer BEIDToken";
"6PN-x3-4VU.title" = "BEIDToken est enregistré";

/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */
"AYu-sK-qS6.title" = "Menu principal";
Expand Down
2 changes: 1 addition & 1 deletion cardcomm/ctkToken/BEIDTokenApp/nl.lproj/MainMenu.strings
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"5kV-Vb-QxS.title" = "Over BEIDTokenApp";

/* Class = "NSButtonCell"; title = "Register BEIDToken"; ObjectID = "6PN-x3-4VU"; */
"6PN-x3-4VU.title" = "BEIDToken registreren";
"6PN-x3-4VU.title" = "BEIDToken is geregistreerd";

/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */
"AYu-sK-qS6.title" = "Hoofdmenu";
Expand Down

0 comments on commit 04ac78b

Please sign in to comment.