mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixed formatting issue with strings. Added flag to ensure text was sentence-capitalised for comments/replies.
This commit is contained in:
parent
f50f1625e3
commit
0a26329155
2 changed files with 5 additions and 4 deletions
|
@ -18,6 +18,7 @@
|
|||
android:layout_below="@id/dialog_message"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:layout_marginTop="5dp"
|
||||
android:inputType="textCapSentences"
|
||||
android:hint="@string/share_comment_hint"
|
||||
android:textSize="11sp" />
|
||||
|
||||
|
|
|
@ -39,8 +39,8 @@
|
|||
<string name="description_follow_button">Follow or unfollow a user</string>
|
||||
<string name="description_comment_user">Comment user image</string>
|
||||
|
||||
<string name="reading_shared_count" formatted="false">%s SHARES</string>
|
||||
<string name="reading_comment_count" formatted="false">%s COMMENTS</string>
|
||||
<string name="reading_shared_count">%s SHARES</string>
|
||||
<string name="reading_comment_count">%s COMMENTS</string>
|
||||
|
||||
<string name="all_stories">ALL STORIES</string>
|
||||
<string name="all_shared_stories">ALL SHARED STORIES</string>
|
||||
|
@ -57,9 +57,9 @@
|
|||
<string name="share_comment_hint">Comment (Optional)</string>
|
||||
<string name="shared">Story shared</string>
|
||||
<string name="error_sharing">There was an problem sharing this story.</string>
|
||||
<string name="share_newsblur" formatted="false">Share \"%s\" to your Blurblog?</string>
|
||||
<string name="share_newsblur">Share \"%s\" to your Blurblog?</string>
|
||||
|
||||
<string name="reply_to" formatted="false">Reply to \"%s\"</string>
|
||||
<string name="reply_to">Reply to \"%s\"</string>
|
||||
|
||||
<string name="alert_dialog_ok">Okay</string>
|
||||
<string name="alert_dialog_cancel">Cancel</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue