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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 10038034: Implemented a "Last Updated" field for the about page of Chrome OS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added if statement to skip over string operations if string is already allocated Created 8 years, 8 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 83169da57bf4d4932f1c9736d23691ff87543cae..e2e424c596ec23c939d2c2f8086208ea264877bf 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5839,6 +5839,9 @@ Because search results are requested even while you're typing your query, your d
<message name="IDS_ABOUT_VERSION_COMMAND_LINE" desc="label for the command line on the about:version page">
Command Line
</message>
+ <message name="IDS_ABOUT_VERSION_LAST_UPDATED" desc="label for date last updated on the about:version page">
+ Last Updated
+ </message>
<message name="IDS_ABOUT_VERSION_EXECUTABLE_PATH" desc="label for the executable path on the about:version page">
Executable Path
</message>

Powered by Google App Engine
This is Rietveld 408576698