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 += " "; |