Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(749)

Unified Diff: ui/strings/ui_strings.grd

Issue 2949733002: Show Play Store rating and price in app list (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« ui/app_list/views/tile_item_view.cc ('K') | « ui/app_list/views/tile_item_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/strings/ui_strings.grd
diff --git a/ui/strings/ui_strings.grd b/ui/strings/ui_strings.grd
index 344a6867e6bc61ed53a2eac046269fb00df041c3..c704b2881213d16b0d68f1d99d86c137490d46fe 100644
--- a/ui/strings/ui_strings.grd
+++ b/ui/strings/ui_strings.grd
@@ -696,6 +696,12 @@ need to be translated for each locale.-->
<message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text label in the speech recognition UI to show the speech recognition can't start because of network error.">
No internet connection
</message>
+ <message name="IDS_APP_LIST_PRICE" desc="The text for the price of the play store app in the search results in the app launcher.">
+ $<ph name="price">{0}<ex>19.98</ex></ph>
xiyuan 2017/06/20 22:19:23 Currency is tricky. Using "$" directly here is not
weidongg 2017/06/22 00:59:16 I confirmed with the @hejq. The price should be fo
+ </message>
+ <message name="IDS_APP_LIST_RATING" desc="The text for the rating of the play store app in the search results in the app launcher.">
+ <ph name="rating">{0}<ex>4.5</ex></ph>★
xiyuan 2017/06/20 22:19:23 Get rid of "*". Think it should be displayed via a
weidongg 2017/06/22 00:59:16 I am confirming with UX designer about this. In th
+ </message>
<!-- Strings describing the touch calibration UX -->
<message name="IDS_DISPLAY_TOUCH_CALIBRATION_EXIT_LABEL" desc="A message to notify the user about using the escape key to exit the calibration mode.">
« ui/app_list/views/tile_item_view.cc ('K') | « ui/app_list/views/tile_item_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698