mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
targets: Word choice/clarity
This commit is contained in:
parent
825ec9f549
commit
54be3b958b
|
@ -30,7 +30,7 @@
|
|||
android:required="false"
|
||||
android:version="1" />
|
||||
|
||||
<!-- for sensor access -->
|
||||
<!-- for sensor usage -->
|
||||
<uses-feature
|
||||
android:name="android.hardware.sensor.accelerometer"
|
||||
android:required="false" />
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
/*!
|
||||
* Main "real" instance implementation.
|
||||
*
|
||||
* Used in instances both with and without compositor access.
|
||||
* Used in instances both with and without compositor usage.
|
||||
*
|
||||
* @implements xrt_instance
|
||||
*/
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
android:required="false"
|
||||
android:version="1" />
|
||||
|
||||
<!-- for sensor access -->
|
||||
<!-- for sensor usage -->
|
||||
<uses-feature
|
||||
android:name="android.hardware.sensor.accelerometer"
|
||||
android:required="false" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<string name="library_cJSON_author">Dave Gamble and cJSON contributors</string>
|
||||
<!-- Library section -->
|
||||
<string name="library_cJSON_libraryName">cJSON</string>
|
||||
<string name="library_cJSON_libraryDescription">cJSON is a parser that tries to share the same philosophy as JSON itself. Simple, dumb, out of the way.</string>
|
||||
<string name="library_cJSON_libraryDescription">cJSON is a parser that tries to share the same philosophy as JSON itself. Simple and out of the way.</string>
|
||||
<string name="library_cJSON_libraryWebsite">https://github.com/DaveGamble/cJSON</string>
|
||||
<string name="library_cJSON_libraryVersion">1.7.12</string>
|
||||
<!-- OpenSource section -->
|
||||
|
|
Loading…
Reference in a new issue