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

Side by Side Diff: components/version_ui_strings.grdp

Issue 1940153003: Remove references to 'chrome_build_id' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « components/version_ui/version_ui_constants.cc ('k') | docs/android_build_instructions.md » ('j') | 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_VERSION_UI_TITLE" desc="Title on the about:version page"> 3 <message name="IDS_VERSION_UI_TITLE" desc="Title on the about:version page">
4 About Version 4 About Version
5 </message> 5 </message>
6 <message name="IDS_VERSION_UI_OFFICIAL" desc="official build on the about:vers ion page"> 6 <message name="IDS_VERSION_UI_OFFICIAL" desc="official build on the about:vers ion page">
7 Official Build 7 Official Build
8 </message> 8 </message>
9 <message name="IDS_VERSION_UI_UNOFFICIAL" desc="unofficial build on the about: version page"> 9 <message name="IDS_VERSION_UI_UNOFFICIAL" desc="unofficial build on the about: version page">
10 Developer Build 10 Developer Build
(...skipping 26 matching lines...) Expand all
37 </message> 37 </message>
38 <message name="IDS_VERSION_UI_PROFILE_PATH" desc="label for the profile path o n the about:version page"> 38 <message name="IDS_VERSION_UI_PROFILE_PATH" desc="label for the profile path o n the about:version page">
39 Profile Path 39 Profile Path
40 </message> 40 </message>
41 <message name="IDS_VERSION_UI_PATH_NOTFOUND" desc="label for the non-existent path on the about:version page"> 41 <message name="IDS_VERSION_UI_PATH_NOTFOUND" desc="label for the non-existent path on the about:version page">
42 No such file or directory 42 No such file or directory
43 </message> 43 </message>
44 <message name="IDS_VERSION_UI_VARIATIONS" desc="label for the variations list on the about:version page"> 44 <message name="IDS_VERSION_UI_VARIATIONS" desc="label for the variations list on the about:version page">
45 Variations 45 Variations
46 </message> 46 </message>
47 <if expr="is_android">
48 <message name="IDS_VERSION_UI_BUILD_ID" desc="label for the build identifier o n the about:version page">
49 Build ID
50 </message>
51 </if>
52 </grit-part> 47 </grit-part>
OLDNEW
« no previous file with comments | « components/version_ui/version_ui_constants.cc ('k') | docs/android_build_instructions.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698