Bug 1323835 - Use brandShortName in AS welcome panel insted of "Firefox" r?flod draft
authorAndrzej Hunt <ahunt@mozilla.com>
Thu, 15 Dec 2016 14:07:49 -0800
changeset 450456 b61eabbb4b18051169371e066046fb21c5f563bb
parent 450435 5a536a16e33798fe7b16de35c968d5bc0cbf8448
child 539751 284675cab8f5fcc6bdbfb11dd9abdcf79358cf2e
push id38855
push userahunt@mozilla.com
push dateFri, 16 Dec 2016 16:55:51 +0000
reviewersflod
bugs1323835
milestone53.0a1
Bug 1323835 - Use brandShortName in AS welcome panel insted of "Firefox" r?flod MozReview-Commit-ID: JLgd9qs4HxK
mobile/android/base/locales/en-US/android_strings.dtd
mobile/android/base/strings.xml.in
--- a/mobile/android/base/locales/en-US/android_strings.dtd
+++ b/mobile/android/base/locales/en-US/android_strings.dtd
@@ -849,9 +849,9 @@ Stream list for highlights sourced from 
 
 <!-- LOCALIZATION NOTE (activity_stream_dismiss): This label is shown in the Activity Stream context menu,
 and allows hiding a URL/page from highlights or topsites. The page remains in history/bookmarks, but
 is simply hidden from the Activity Stream panel. -->
 <!ENTITY activity_stream_dismiss "Dismiss">
 <!ENTITY activity_stream_delete_history "Delete from History">
 
 <!ENTITY activity_stream_welcome_title "Welcome to your Highlights">
-<!ENTITY activity_stream_welcome_content "Firefox now creates highlights of things you\'ve discovered on the web so you can find your way back to great articles, videos, bookmarks, and other pages.">
+<!ENTITY activity_stream_welcome_content1 "&brandShortName; now creates highlights of things you\'ve discovered on the web so you can find your way back to great articles, videos, bookmarks, and other pages.">
--- a/mobile/android/base/strings.xml.in
+++ b/mobile/android/base/strings.xml.in
@@ -637,10 +637,10 @@
   <string name="activity_stream_topsites">&activity_stream_topsites;</string>
   <string name="activity_stream_highlights">&activity_stream_highlights;</string>
   <string name="activity_stream_highlight_label_bookmarked">&activity_stream_highlight_label_bookmarked;</string>
   <string name="activity_stream_highlight_label_visited">&activity_stream_highlight_label_visited;</string>
   <string name="activity_stream_dismiss">&activity_stream_dismiss;</string>
   <string name="activity_stream_delete_history">&activity_stream_delete_history;</string>
 
   <string name="activity_stream_welcome_title">&activity_stream_welcome_title;</string>
-  <string name="activity_stream_welcome_content">&activity_stream_welcome_content;</string>
+  <string name="activity_stream_welcome_content">&activity_stream_welcome_content1;</string>
 </resources>