Skip to content

Commit 0ff67e8

Browse files
committed
Added default label
1 parent 8576dea commit 0ff67e8

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Apache License
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright {yyyy} {name of copyright owner}
189+
Copyright 2014 Mendix BV
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

src/GeoLocationForPhoneGap/GeoLocationForPhoneGap.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,21 @@
1010
<property key="buttonLabel" type="translatableString" required="true">
1111
<caption>Label</caption>
1212
<category>Button</category>
13-
<description></description>
13+
<description/>
14+
<translations>
15+
<translation lang="en_US">Location</translation>
16+
<translation lang="nl_NL">Locatie</translation>
17+
</translations>
1418
</property>
1519
<property key="buttonClass" type="string" required="false">
1620
<caption>Class</caption>
1721
<category>Button</category>
18-
<description></description>
22+
<description/>
1923
</property>
2024
<property key="latAttr" type="attribute" required="true">
2125
<caption>Latitude Attribute</caption>
2226
<category>Data source</category>
23-
<description></description>
27+
<description/>
2428
<attributeTypes>
2529
<attributeType name="Decimal"/>
2630
<attributeType name="Float"/>
@@ -29,7 +33,7 @@
2933
<property key="longAttr" type="attribute" required="true">
3034
<caption>Longitude Attribute</caption>
3135
<category>Data source</category>
32-
<description></description>
36+
<description/>
3337
<attributeTypes>
3438
<attributeType name="Decimal"/>
3539
<attributeType name="Float"/>
@@ -38,7 +42,7 @@
3842
<property key="onchangemf" type="microflow" required="false">
3943
<caption>On change microflow</caption>
4044
<category>Events</category>
41-
<description></description>
45+
<description/>
4246
<returnType type="Void"/>
4347
</property>
4448
</properties>

src/package.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule xmlns="http://www.mendix.com/clientModule/1.0/"
4-
name="Geo Location For PhoneGap" version="3.0">
3+
<clientModule xmlns="http://www.mendix.com/clientModule/1.0/" name="Geo Location For PhoneGap" version="3.0.1">
54
<widgetFiles>
65
<widgetFile path="GeoLocationForPhoneGap/GeoLocationForPhoneGap.xml"/>
76
</widgetFiles>

0 commit comments

Comments
 (0)