Commit 9cdcb2ef authored by peconn's avatar peconn Committed by Commit bot

🏡 Deduplicate no content string.

Also, change some apostrophes.

BUG=699932

Review-Url: https://codereview.chromium.org/2740113002
Cr-Commit-Position: refs/heads/master@{#456033}
parent a2c9dcac
......@@ -31,7 +31,7 @@
android:layout_below="@id/image"
android:layout_alignParentStart="true"
android:gravity="center_horizontal"
android:text="@string/ntp_all_dismissed_title_text"
android:text="@string/ntp_title_no_suggestions"
android:textSize="16sp"
android:textColor="@color/snippets_headline_text_color"
chrome:leading="24dp" />
......
......@@ -27,7 +27,7 @@ public abstract class StatusItem extends OptionalLeaf implements StatusCardViewH
@Override
@StringRes
public int getHeader() {
return R.string.ntp_status_card_title_no_suggestions;
return R.string.ntp_title_no_suggestions;
}
@Override
......
......@@ -1964,7 +1964,7 @@ To obtain new licenses, connect to the internet and play your downloaded content
Add account
</message>
<message name="IDS_SIGNIN_OPEN_ADD_GOOGLE_ACCOUNT_PAGE_FAILED" desc="Message for opening add Google Account page in device's Settings app failed">
Add a Google Account from the Accounts page in your device's Settings app.
Add a Google Account from the Accounts page in your devices Settings app.
</message>
<message name="IDS_SIGNIN_OPEN_SETTINGS_ACCOUNTS" desc="Text for button to open Accounts page in device's Settings app">
Open settings
......@@ -2092,9 +2092,6 @@ To obtain new licenses, connect to the internet and play your downloaded content
<message name="IDS_NTP_LEARN_MORE_ABOUT_SUGGESTED_CONTENT" desc="Text in the footer of the New Tab Page. Part of the text is a link to a help center page where the user can learn more about suggested content.">
<ph name="BEGIN_LINK">&lt;link&gt;</ph>Learn more<ph name="END_LINK">&lt;/link&gt;</ph> about suggested content
</message>
<message name="IDS_NTP_ALL_DISMISSED_TITLE_TEXT" desc="Title text shown on the New Tab Page when all suggested content has been dismissed.">
That's all for now
</message>
<message name="IDS_NTP_ALL_DISMISSED_BODY_TEXT_MORNING" desc="Body text shown in the morning on the New Tab Page when all suggested content has been dismissed.">
More articles will appear soon. Enjoy your morning.
</message>
......@@ -2583,7 +2580,7 @@ However, you aren’t invisible. Going incognito doesn’t hide your browsing fr
Delete app data?
</message>
<message name="IDS_STORAGE_MANAGEMENT_RESET_APP_DIALOG_TEXT" desc="Text of the reset app dialoag in the storage UI.">
All Chrome's app data will be deleted permanently. This includes all files, settings, accounts, databases, etc.
All Chromes app data will be deleted permanently. This includes all files, settings, accounts, databases, etc.
</message>
<message name="IDS_STORAGE_CLEAR_BUTTON_TITLE" desc="Title of a button in the storage UI used to clear all storage data. [CHAR-LIMIT=24]">
......@@ -2614,7 +2611,7 @@ However, you aren’t invisible. Going incognito doesn’t hide your browsing fr
You must have Bluetooth and Location turned on in order to use the Physical Web.
</message>
<message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a button that opens a list of nearby URLs">
See what's nearby
See whats nearby
</message>
<message name="IDS_PHYSICAL_WEB_SHARE_ACTIVITY_TITLE" desc="Title of the Physical Web Share activity that will appear in the Android share dialog.">
Physical Web
......
......@@ -8,7 +8,7 @@
<message name="IDS_SNIPPETS_DISABLED_GENERIC_PROMPT" desc="Title of the card explaining what action the user can take to get personalized content suggestions on the New Tab Page." formatter_data="android_java">
Get personalized content
</message>
<message name="IDS_NTP_STATUS_CARD_TITLE_NO_SUGGESTIONS" desc="On the New Tab Page, title of the status card explaining that there is no new content available in the section." formatter_data="android_java">
<message name="IDS_NTP_TITLE_NO_SUGGESTIONS" desc="On the New Tab Page, title text explaining there is no content." formatter_data="android_java">
That’s all for now
</message>
</if>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment