summaryrefslogtreecommitdiffstats
path: root/remoting/tools
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/tools')
-rwxr-xr-xremoting/tools/build/remoting_localize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/tools/build/remoting_localize.py b/remoting/tools/build/remoting_localize.py
index 5c4eeb1..466a86e 100755
--- a/remoting/tools/build/remoting_localize.py
+++ b/remoting/tools/build/remoting_localize.py
@@ -656,7 +656,7 @@ def Localize(source, locales, options):
# Load the localized messages.
message_map = MessageMap(languages, options.locale_dir)
- # Add OFFICIAL_BUILD variable the same way chrome/tools/build/version.py
+ # Add OFFICIAL_BUILD variable the same way build/util/version.py
# does.
if os.environ.get('CHROME_BUILD_TYPE') == '_official':
context['official_build'] = '1'