Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some comments added to English strings.xml #582

Merged
merged 2 commits into from
Feb 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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