This repository was archived by the owner on Jul 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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 " / >
7
7
8
8
</menu >
Original file line number Diff line number Diff line change 36
36
<string name =" arrow" >❯</string >
37
37
<string name =" subject" >Subject</string >
38
38
<string name =" timestamp" >timestamp</string >
39
+ <string name =" reply_to_sender" >Reply to Sender</string >
39
40
40
41
</resources >
You can’t perform that action at this time.
0 commit comments