Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

remove trailing space at "Do you really want.. o its feeds?" #294

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mobile/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<string name="feed_search">Feed search</string>
<string name="select_file">Select file (SD-root)</string>
<string name="question_delete_feed">Do you really want to delete this feed?</string>
<string name="question_delete_group">Do you really want to delete this group and all of its feeds? </string>
<string name="question_delete_group">Do you really want to delete this group and all of its feeds?</string>
<string name="question_delete_filter">Do you really want to delete this filter?</string>
<string name="add_group_title">Select group name</string>
<string name="edit_group_title">Edit group name</string>
Expand Down Expand Up @@ -139,7 +139,7 @@
<string name="file">File</string>
<string name="download_and_save">Download and save</string>
<string name="open_link">Open link</string>
<string name="tip_sentence">Tip: slide left to mark as read and slide right to mark as favorite</string>
<string name="tip_sentence">Tip: Slide left to mark as read and slide right to mark as favorite.</string>

<!-- WIDGET -->
<string name="red">Red</string>
Expand Down