Dbrant has submitted this change and it was merged.

Change subject: Fix syntax in string.
......................................................................


Fix syntax in string.

(could have sworn that it compiled when I tested it, but now fails to
compile because of apostrophe.)

Change-Id: I96fba2ba6852faed4f271b36527e8662f0f7097f
---
M wikipedia/res/values/strings.xml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Dbrant: Looks good to me, approved



diff --git a/wikipedia/res/values/strings.xml b/wikipedia/res/values/strings.xml
index 99e6e69..99805ef 100644
--- a/wikipedia/res/values/strings.xml
+++ b/wikipedia/res/values/strings.xml
@@ -49,7 +49,7 @@
     <string name="nav_item_nearby">Nearby</string>
     <string name="menu_update_nearby">Update nearby</string>
     <string name="nearby_empty_title">No nearby pages here!</string>
-    <string name="nearby_empty_message">When you move to a new location, try 
refreshing this page to learn more about what's around you.</string>
+    <string name="nearby_empty_message">When you move to a new location, try 
refreshing this page to learn more about what\'s around you.</string>
     <string name="nearby_distance_in_meters">%d m</string>
     <string name="nearby_distance_in_kilometers">%.2f km</string>
     <string name="nearby_distance_in_feet">%d ft</string>

-- 
To view, visit https://gerrit.wikimedia.org/r/166423
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I96fba2ba6852faed4f271b36527e8662f0f7097f
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Dbrant <dbr...@wikimedia.org>
Gerrit-Reviewer: Dbrant <dbr...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to