Update translations

This commit is contained in:
2016-03-07 05:38:49 -05:00
parent 9014acc548
commit 09f615a5e6
4 changed files with 8 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ public class AboutActivity extends Activity implements View.OnClickListener
TextView tvFeedback = (TextView) findViewById(R.id.tvFeedback);
TextView tvSource = (TextView) findViewById(R.id.tvSource);
tvVersion.setText(String.format("%s %s", getResources().getString(R.string.version),
tvVersion.setText(String.format(getResources().getString(R.string.version_n),
BuildConfig.VERSION_NAME));
tvRate.setOnClickListener(this);
tvFeedback.setOnClickListener(this);