Skip to content

Commit

Permalink
Change label of reply button from "Publish" to "Reply"
Browse files Browse the repository at this point in the history
  • Loading branch information
edg2s committed Apr 29, 2024
1 parent e713f7a commit 877b7b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/wikipedia/talk/TalkReplyActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ class TalkReplyActivity : BaseActivity(), UserMentionInputView.Listener, EditPre
updateEditLicenseText()
setSaveButtonEnabled(true)
supportActionBar?.title = getString(R.string.edit_preview)
binding.replyNextButton.text = getString(R.string.description_edit_save)
binding.replyNextButton.text = getString(R.string.talk_reply_save)
messagePreviewFragment.showPreview(viewModel.pageTitle, getWikitextForPreview())
EditAttemptStepEvent.logSaveIntent(viewModel.pageTitle)
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-qq/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1306,6 +1306,7 @@
<string name="talk_page_empty_title">Title text for stating that this talk page is currently empty.</string>
<string name="talk_page_empty_content">Content test for stating that this talk page is currently empty.</string>
<string name="talk_add_reply">Button label for adding a reply to a talk page topic.\n\nThe functionality is similar to {{msg-mw|Discussiontools-replylink}}, so the translation can be identical.</string>
<string name="talk_reply_save">Button label for submitting a reply.\n\nThe functionality is similar to {{msg-mw|Discussiontools-replywidget-reply}}, so the translation can be identical.</string>
<string name="talk_no_subject">Label for talk page topic that does not have a title.</string>
<string name="talk_reply_subject">Hint for text field for entering a new talk page topic.</string>
<string name="talk_reply_hint">Hint for text field for composing a reply to the current talk page topic.</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,7 @@
<string name="talk_page_empty_title">The conversation starts here</string>
<string name="talk_page_empty_content">Talk pages are where people discuss how to make Wikipedia content the best it can be. Start by adding a new discussion topic to connect and collaborate with a community of Wikipedians.</string>
<string name="talk_add_reply">Reply</string>
<string name="talk_reply_save">Reply</string>
<string name="talk_no_subject">(No subject)</string>
<string name="talk_reply_subject">Subject</string>
<string name="talk_reply_hint">Compose response</string>
Expand Down

0 comments on commit 877b7b8

Please sign in to comment.