calculator: update language in variations doc
authorAlexis Laferrière <alexis.laf@xymus.net>
Fri, 9 Sep 2016 14:40:42 +0000 (10:40 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Wed, 28 Dec 2016 21:52:28 +0000 (16:52 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

examples/calculator/src/android14.nit
examples/calculator/src/android21/android21.nit
examples/calculator/src/ios.nit

index 8695c3b..3db8aa2 100644 (file)
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Aesthetic adaptations for Android for API 14+
+# Aesthetic variation for Android for API 14+
 module android14
 
 import calculator
index 36d1025..53c5ab6 100644 (file)
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Aesthetic adaptations for Android Lollypop (API 21)
+# Aesthetic variation for Android Lollypop (API 21)
 module android21 is
        android_api_min 21
        android_api_target 21
index 467e48f..a7acc6f 100644 (file)
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Aesthetic adaptations for iOS
+# Aesthetic variation for iOS
 module ios
 
 import calculator