Skip to content

Commit

Permalink
整理:code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pppscn committed Jan 30, 2022
1 parent 832f2cd commit e329308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">SmsForwarder</string>
<string name="notification_content">Forward SMS (and others!) to another app/device, a must-have for anyones\' secondary smartphone. Free and open source, do NOT buy or sell this App.</string>
<string name="notification_content">Forward SMS (and others!) to another app/device, a must-have for anyones\' secondary smartphone. \nFree and open source, do NOT buy or sell this App.</string>
<!--Common-->
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">短信转发器</string>
<string name="notification_content">不仅只转发短信,备用机必备神器!免费开源,禁止贩卖!</string>
<string name="notification_content">不仅只转发短信,备用机必备神器!\n免费开源,禁止贩卖!</string>
<!--Common-->
<string name="ok">确定</string>
<string name="cancel">取消</string>
Expand Down

0 comments on commit e329308

Please sign in to comment.