bug 632874 - make it clear that first-run startup time isn't normal r=dougt

This commit is contained in:
Brad Lassey 2011-05-20 14:44:09 -04:00
Родитель 19f7736ffc
Коммит 9c431db746
3 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -517,6 +517,10 @@ abstract public class GeckoApp
outFile.length() == fileEntry.getSize())
return false;
surfaceView.mSplashStatusMsg =
getResources().getString(R.string.splash_firstrun);
surfaceView.drawSplashScreen();
if (!haveKilledZombies) {
haveKilledZombies = true;
GeckoAppShell.killAnyZombies();

Просмотреть файл

@ -1,5 +1,6 @@
<!ENTITY splash_screen_label "loading">
<!ENTITY splash_screen_installing "installing libraries\u2026">
<!ENTITY splash_firstrun "Setting up &brandShortName;\u2026">
<!ENTITY incompatable_cpu_error "This device does not meet the minimum system requirements for &brandShortName;.">
<!ENTITY no_space_to_start_error "There is not enough space available for &brandShortName; to start.">
<!ENTITY error_loading_file "An error occurred when trying to load files required to run &brandShortName;">

Просмотреть файл

@ -7,6 +7,7 @@
<resources>
<string name="splash_screen_label">&splash_screen_label;</string>
<string name="splash_screen_installing">&splash_screen_installing;</string>
<string name="splash_firstrun">&splash_firstrun;</string>
<string name="no_space_to_start_error">&no_space_to_start_error;</string>
<string name="error_loading_file">&error_loading_file;</string>