Skip to content

Commit 5bd4d22

Browse files
authored
A few more string updates. (#4210)
1 parent 05d3278 commit 5bd4d22

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,7 @@
13551355
<string name="revision_undo_message">Dialog message explaining that the selected revision will be undone.</string>
13561356
<string name="revision_undo_reason">Dialog message requesting a reason for undoing the selected revision.</string>
13571357
<string name="revision_undo_success">Message shown when an edit was undone successfully.</string>
1358+
<string name="revision_undo_summary_hint">Hint for adding an edit summary.</string>
13581359
<string name="revision_rollback_dialog_title">Title of the rollback dialog.</string>
13591360
<string name="revision_rollback_success">Message shown when edits were reverted successfully.</string>
13601361
<string name="revision_compare_button">Button label for comparing two revisions.</string>

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,9 +1406,10 @@
14061406
<string name="revision_diff_paragraph_added">Paragraph added</string>
14071407
<string name="revision_diff_paragraph_removed">Paragraph removed</string>
14081408
<string name="revision_diff_protected">The changes made in this revision are not publicly accessible.</string>
1409-
<string name="revision_undo_title">Undo edit</string>
1410-
<string name="revision_undo_message">This will undo the changes made by the revision(s) of the article shown here.</string>
1411-
<string name="revision_undo_reason">To continue, please provide a reason for undoing this edit:</string>
1409+
<string name="revision_undo_title">Are you sure you want to undo this edit?</string>
1410+
<string name="revision_undo_message">Undoing means reverting the effects of one or more edits.</string>
1411+
<string name="revision_undo_summary_hint">Summary (optional)</string>
1412+
<string name="revision_undo_reason">Share the reason for the revert</string>
14121413
<string name="revision_undo_success">The revision was undone.</string>
14131414
<string name="revision_rollback_dialog_title">Are you sure you want to rollback the edits?</string>
14141415
<string name="revision_rollback_success">Edits reverted.</string>

0 commit comments

Comments
 (0)