Remove "all" from "Checking all apps compatibility..."

"All" kinda made sense in the context of internal workings
(fetch package list from several repos, then process compatibility of
all apps), but superfluous from user's perspective.
This commit is contained in:
Paul Sokolovsky 2013-05-01 13:04:59 +03:00
parent 01edc26914
commit 43f1c6d8a6

View File

@ -162,6 +162,6 @@
<string name="status_download">Downloading\n%2$s / %3$s (%4$d%%) from\n%1$s</string> <string name="status_download">Downloading\n%2$s / %3$s (%4$d%%) from\n%1$s</string>
<string name="status_processing_xml">Processing application\n%2$d of %3$d from\n%1$s</string> <string name="status_processing_xml">Processing application\n%2$d of %3$d from\n%1$s</string>
<string name="status_connecting_to_repo">Connecting to\n%1$s</string> <string name="status_connecting_to_repo">Connecting to\n%1$s</string>
<string name="status_checking_compatibility">Checking all apps compatibility with your device…</string> <string name="status_checking_compatibility">Checking apps compatibility with your device…</string>
</resources> </resources>