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

Unified Diff: components/version_info/version_info.cc

Issue 1332353003: Move resources for version_ui to //components/version_ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 2 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
« no previous file with comments | « components/version_info.grdp ('k') | components/version_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_info/version_info.cc
diff --git a/components/version_info/version_info.cc b/components/version_info/version_info.cc
index de3f5802210711a56f1864b95beb7ed5f8865f7e..00546f7918415ce13076f0c68d1aa405ddf1b7ae 100644
--- a/components/version_info/version_info.cc
+++ b/components/version_info/version_info.cc
@@ -85,7 +85,7 @@ std::string GetVersionStringWithModifier(const std::string& modifier) {
current_version += GetVersionNumber();
#if !defined(GOOGLE_CHROME_BUILD)
current_version += " (";
- current_version += l10n_util::GetStringUTF8(IDS_ABOUT_VERSION_UNOFFICIAL);
+ current_version += l10n_util::GetStringUTF8(IDS_VERSION_UI_UNOFFICIAL);
current_version += " ";
current_version += GetLastChange();
current_version += " ";
« no previous file with comments | « components/version_info.grdp ('k') | components/version_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698