Disambiguate "Location" strings

"Location" can either be a physical location of a person, e.g. GPS coordinates, 
or a location on a file system e.g. /foo/bar/file.txt. In German, the first is 
translated as "Standort", the second as "Speicherort".
To disambiguate, all "Location" strings should have a meaning attribute.

Bug: 766959
Change-Id: Iac61d5dbf2e2d3ce8507639aca0d0202b07058c3
Reviewed-on: https://chromium-review.googlesource.com/674686
Commit-Queue: Christian Dullweber <[email protected]>
Reviewed-by: Steven Bennetts <[email protected]>
Reviewed-by: Lucas Garron <[email protected]>
Reviewed-by: Bernhard Bauer <[email protected]>
Cr-Commit-Position: refs/heads/master@{#503404}
diff --git a/components/page_info_strings.grdp b/components/page_info_strings.grdp
index a84e8c0..76afb09 100644
--- a/components/page_info_strings.grdp
+++ b/components/page_info_strings.grdp
@@ -197,7 +197,7 @@
     <message name="IDS_PAGE_INFO_TYPE_FLASH" desc="The label used for Flash permissions in the Page Info popup.">
       Flash
     </message>
-    <message name="IDS_PAGE_INFO_TYPE_LOCATION" desc="The label used for location permission controls in the Page Info popup.">
+    <message name="IDS_PAGE_INFO_TYPE_LOCATION" desc="The label used for geolocation permission controls in the Page Info popup." meaning="Geolocation">
       Location
     </message>
     <message name="IDS_PAGE_INFO_TYPE_NOTIFICATIONS" desc="The label used for notifications permission controls in the Page Info popup.">