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

Side by Side Diff: components/physical_web_ui_strings.grdp

Issue 2697193006: Move some Physical Web strings to new location and add OWNERS (Closed)
Patch Set: update string Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <message name="IDS_PHYSICAL_WEB_UI_TITLE" desc="Title of a built-in page that displays a list of Physical Web URLs (URLs broadcast by nearby devices)."> 3 <message name="IDS_PHYSICAL_WEB_UI_TITLE" desc="Title of a built-in page that displays a list of Physical Web URLs (URLs broadcast by nearby devices).">
4 Physical Web 4 Physical Web
5 </message> 5 </message>
6 <!-- These two messages are duplicated in android/java/strings/android_chrome_ strings.grd -->
mattreynolds 2017/02/16 20:04:41 Is this comment still necessary? I couldn't find t
Ran 2017/02/16 20:08:52 They have same value, but the ids are different. h
mattreynolds 2017/02/16 20:14:42 Ah, looks like they are unused. Could you remove t
7 <message name="IDS_PHYSICAL_WEB_UI_EMPTY_MESSAGE" desc="The message displayed in place of a list of nearby URLs when there are no URLs to display.">
8 No Physical Web URLs to show
9 </message>
10 <message name="IDS_PHYSICAL_WEB_UI_SCANNING_MESSAGE" desc="The message display ed in place of a list of nearby URLs while still scanning for nearby URLs.">
11 Looking for nearby Physical Web pages
12 </message>
6 </grit-part> 13 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698