Extracted strings

This commit is contained in:
fkloft
2013-07-26 20:10:43 +02:00
parent ffad17a33d
commit 2ed74acd6f
5 changed files with 19 additions and 12 deletions

View File

@ -189,7 +189,7 @@ public class IITC_Mobile extends Activity {
} catch (URISyntaxException e) {
e.printStackTrace();
new AlertDialog.Builder(this)
.setTitle("Address could not be opened")
.setTitle(R.string.intent_error)
.setMessage(e.getReason())
.setNeutralButton(android.R.string.ok, new DialogInterface.OnClickListener() {
@Override