Skip to content

Commit

Permalink
Some comments added to English strings.xml (#582)
Browse files Browse the repository at this point in the history
* Some comments added to English strings.txt

* Update strings.xml
  • Loading branch information
MatiasMFM2001 authored and MatthewTighe committed Feb 5, 2019
1 parent e257c71 commit 68b7099
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<resources>
<resources> <!-- Translators, pay attention to these notes! -->
<string name="app_name">UserLAnd</string>
<string name="welcome">Welcome to UserLAnd!</string>
<string name="permission_request_code">1000</string>

<!-- Labels -->
<string name="apps">Apps</string>
<string name="apps">Apps</string> <!-- This is a button, so the word used should be short! -->
<string name="sessions">Sessions</string>
<string name="edit_session">Edit Session</string>
<string name="filesystems">Filesystems</string>
Expand All @@ -19,7 +19,7 @@
<!-- Menus -->
<string name="app_info">App Info</string>
<string name="stop_app">Stop App</string>
<string name="kill_service">Kill Service</string>
<string name="kill_service">Kill Service</string> <!-- We know this says name="kill_service" but it is really stopping a session. -->
<string name="edit">Edit</string>
<string name="delete">Delete</string>
<string name="save">Save</string>
Expand Down

0 comments on commit 68b7099

Please sign in to comment.