[editor] Reword missing amenity note message

This commit is contained in:
Ilya Zverev 2016-04-06 14:38:25 +03:00 committed by Alex Zolotarev
parent ed5c004f94
commit aaa6444af1
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@
<string name="notification_ticker_rtl" translatable="false">%2$s :%1$s</string>
<!-- "Report a problem" predefined texts -->
<string name="problem_does_not_exist" translatable="false">Amenity doesn\'t exist!</string>
<string name="problem_does_not_exist" translatable="false">The amenity has gone or never existed. This is an auto-generated note from MAPS.ME application: a user reports a POI that is visible on a map (which can be a month old), but cannot be found on the ground.</string>
<!-- UI themes -->
<string name="theme_default" translatable="false">default</string>
@ -62,4 +62,4 @@
<!-- Tags -->
<string name="tag_menu_collapse" translatable="false">collapse</string>
<string name="tag_height_limited" translatable="false">height limited</string>
</resources>
</resources>

View file

@ -3,7 +3,7 @@
namespace
{
string const kAmenityDoesntExist = "Amenity doesn't exist!";
string const kAmenityDoesntExist = "The amenity has gone or never existed. This is an auto-generated note from MAPS.ME application: a user reports a POI that is visible on a map (which can be a month old), but cannot be found on the ground.";
}
@interface MWMReportProblemController ()