Bug 766098 - Show a better name for webapps in recent apps list. r=mfinkle

This commit is contained in:
Wes Johnston 2012-07-13 16:27:59 -07:00
parent ccf943998c
commit 18b94023ec
3 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<activity android:name=".WebApps$WebApp@APPNUM@"
android:label="WebApp@APPNUM@"
android:label="@string/webapp_generic_name"
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
android:windowSoftInputMode="stateUnspecified|adjustResize"
android:launchMode="singleInstance"

View File

@ -198,3 +198,5 @@ just addresses the organization to follow, e.g. "This site is run by " -->
<!ENTITY bookmarkhistory_import_history "Importing history
from Android">
<!ENTITY bookmarkhistory_import_wait "Please wait...">
<!ENTITY webapp_generic_name "App">

View File

@ -203,4 +203,5 @@
<string name="bookmarkhistory_import_history">&bookmarkhistory_import_history;</string>
<string name="bookmarkhistory_import_wait">&bookmarkhistory_import_wait;</string>
<string name="webapp_generic_name">&webapp_generic_name;</string>
</resources>