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

Commit f35c864

Browse files
committed
Clean up warnings in menu file
1 parent cc9547f commit f35c864

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
3-
<item android:id="@+id/reply_to_private" android:title="Reply to Private Message"></item>
4-
<item android:id="@+id/narrow_to_private" android:title="Narrow to this conversation"></item>
5-
<item android:id="@+id/copy_message" android:title="Copy Message"></item>
6-
3+
<item android:id="@+id/reply_to_private" android:title="@string/reply_to_private_message" />
4+
<item android:id="@+id/narrow_to_private" android:title="@string/narrow_to_this_conversation" />
5+
<item android:id="@+id/copy_message" android:title="@string/copy_message" />
76
</menu>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@
2929
<string name="loading_messages">Loading messages</string>
3030
<string name="sending_message">Sending</string>
3131
<string name="search">Search</string>
32+
<string name="reply_to_private_message">Reply to Private Message</string>
33+
<string name="narrow_to_this_conversation">Narrow to this conversation</string>
34+
<string name="copy_message">Copy Message</string>
3235

3336
</resources>

0 commit comments

Comments
 (0)