File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ public void update(AppData model) {
130130 if (mInstallCount <= 0 ) {
131131 mInstallCount = 0 ;
132132 // only dismiss when the app is the last to install.
133- mProgressText .setText (getResources ().getString (R .string .add_app_laoding_complete , model .getName ()));
133+ mProgressText .setText (getResources ().getString (R .string .add_app_loading_complete , model .getName ()));
134134 mProgressText .postDelayed (() -> {
135135 mProgressBar .setVisibility (View .GONE );
136136
@@ -308,7 +308,7 @@ private void handleSystemIntent(Intent intent) {
308308 // install success
309309 mTips .setVisibility (View .GONE );
310310 mProgressText .setVisibility (View .VISIBLE );
311- mProgressText .setText (getResources ().getString (R .string .add_app_laoding_complete , apkName ));
311+ mProgressText .setText (getResources ().getString (R .string .add_app_loading_complete , apkName ));
312312 mProgressBar .setVisibility (View .GONE );
313313 mRight .setEnabled (true );
314314 mRight .setText (res .isSuccess ? getResources ().getString (R .string .install_complete ) :
Original file line number Diff line number Diff line change 7474 <string name =" home_menu_kill_content" >¿Desea forzar la detención de %1$s? Hacer esto puede causar que la aplicación no funcione correctamente.</string >
7575 <string name =" add_app_loading_tips" >Analizando paquete de la aplicación %1$s</string >
7676 <string name =" add_app_installing_tips" >Instalando %1$s</string >
77- <string name =" add_app_laoding_complete " >%1$s se instaló con éxito</string >
77+ <string name =" add_app_loading_complete " >%1$s se instaló con éxito</string >
7878 <string name =" list_app_activity_install" >Agregar a VirtualXposed</string >
7979 <string name =" settings_about_text" >Acerca de…</string >
8080 <string name =" settings_task_manage_text" >Administrador de tareas</string >
Original file line number Diff line number Diff line change 7070 <string name =" home_menu_kill_content" >是否要强制停止 %1$s 的运行?</string >
7171 <string name =" add_app_loading_tips" >正在解析安装包 %1$s</string >
7272 <string name =" add_app_installing_tips" >正在安装 %1$s </string >
73- <string name =" add_app_laoding_complete " >%1$s 安装成功!</string >
73+ <string name =" add_app_loading_complete " >%1$s 安装成功!</string >
7474 <string name =" list_app_activity_install" >添加到VirtualXposed</string >
7575 <string name =" settings_about_text" >关于</string >
7676 <string name =" settings_task_manage_text" >任务管理</string >
You can’t perform that action at this time.
0 commit comments