Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit f330a95

Browse files
YagoGGkunall17
authored andcommitted
Improve strings.
1 parent d41a598 commit f330a95

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/src/main/res/values/strings.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<string name="password">Password</string>
99
<string name="server_url">Server URL</string>
1010
<string name="server_domain">Server domain</string>
11-
<string name="privacy">Privacy Policy</string>
11+
<string name="privacy">Privacy policy</string>
1212
<string name="logout">Log out</string>
1313
<string name="force_logged_out">You\'ve been logged out</string>
1414
<string name="huddle_text">You</string>
@@ -142,7 +142,7 @@
142142
<string name="notify_private" formatted="false">from %1$s</string>
143143
<string name="today_messages">Today\'s messages</string>
144144
<string name="messages">Messages</string>
145-
<string name="starred_messages">Starred Messages</string>
145+
<string name="starred_messages">Starred messages</string>
146146
<plurals name="new_message_mul_sender">
147147
<item quantity="one">%d new message</item>
148148
<item quantity="other">%d new messages</item>
@@ -171,15 +171,15 @@
171171
<string name="upload_started_str">Upload started</string>
172172
<string name="cancel">Cancel</string>
173173
<string name="no_message_to_display">Sorry, no messages to display!</string>
174-
<string name="crop">CROP</string>
174+
<string name="crop">Crop</string>
175175
<string name="logout_title">Are you sure you want to logout?</string>
176176
<!--Placeholder strings-->
177177
<string name="placeholder_my_stream">MyStream</string>
178-
<string name="placeholder_short_stream">Short Stream</string>
178+
<string name="placeholder_short_stream">Short stream</string>
179179
<string name="placeholder_topic">Topic</string>
180180
<string name="placeholder_message_here">Message here</string>
181181
<string name="placeholder_sender_name">Sender name</string>
182182
<string name="placeholder_social">Social</string>
183183
<!--Placeholder strings-->
184-
<string name="terms">Terms Of Service</string>
184+
<string name="terms">Terms of Service</string>
185185
</resources>

0 commit comments

Comments
 (0)