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

Commit b369de7

Browse files
committed
Move strings to strings.xml
1 parent ed0ce56 commit b369de7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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/reply_to_sender" android:title="Reply to Sender"></item>
5-
<item android:id="@+id/narrow_to_private" android:title="Narrow to this conversation"></item>
6-
<item android:id="@+id/copy_message" android:title="Copy Message"></item>
3+
<item android:id="@+id/reply_to_private" android:title="@string/reply_to_private_message" />
4+
<item android:id="@+id/reply_to_sender" android:title="@string/reply_to_sender" />
5+
<item android:id="@+id/narrow_to_private" android:title="@string/narrow_to_this_conversation" />
6+
<item android:id="@+id/copy_message" android:title="@string/copy_message" />
77

88
</menu>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@
3636
<string name="arrow">❯</string>
3737
<string name="subject">Subject</string>
3838
<string name="timestamp">timestamp</string>
39+
<string name="reply_to_sender">Reply to Sender</string>
3940

4041
</resources>

0 commit comments

Comments
 (0)