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 +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-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/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" />
7
6
</menu >
Original file line number Diff line number Diff line change 29
29
<string name =" loading_messages" >Loading messages</string >
30
30
<string name =" sending_message" >Sending</string >
31
31
<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 >
32
35
33
36
</resources >
You can’t perform that action at this time.
0 commit comments