mirror of
https://github.com/Team-xManager/xManager.git
synced 2024-11-30 13:13:47 +01:00
Replace incorrect string resource with correct one
This commit is contained in:
parent
0664e4cb5b
commit
b0d08b4e64
@ -1336,7 +1336,7 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
later.setText(R.string.later);
|
later.setText(R.string.later);
|
||||||
install_now.setText(R.string.install_now);
|
install_now.setText(R.string.install_now);
|
||||||
install_update.setText(R.string.install_update);
|
install_update.setText(R.string.install_update);
|
||||||
go_back.setText(R.string.go_back_01);
|
go_back.setText(R.string.go_back);
|
||||||
download_update.setText(R.string.download_update);
|
download_update.setText(R.string.download_update);
|
||||||
not_now.setText(R.string.not_now);
|
not_now.setText(R.string.not_now);
|
||||||
show_support.setText(R.string.show_support);
|
show_support.setText(R.string.show_support);
|
||||||
|
Loading…
Reference in New Issue
Block a user