packages/apps/Gallery2
修订版 | 56f695a05a96239ebd0523f2718bd95b173c6b4e (tree) |
---|---|
时间 | 2009-12-03 04:38:49 |
作者 | Daniel Sandler <dsandler@goog...> |
Commiter | Daniel Sandler |
Clean up label for Gallery3D wallpaper provider.
Previously read "Photographs" (non-internationalized)
Now reads "Gallery" (using the app_name string, which is
already localized)
@@ -97,7 +97,7 @@ | ||
97 | 97 | <data android:mimeType="image/*" /> |
98 | 98 | <category android:name="android.intent.category.DEFAULT" /> |
99 | 99 | </intent-filter> |
100 | - <intent-filter android:label="Photographs"> | |
100 | + <intent-filter android:label="@string/app_name"> | |
101 | 101 | <action android:name="android.intent.action.SET_WALLPAPER" /> |
102 | 102 | <category android:name="android.intent.category.DEFAULT" /> |
103 | 103 | </intent-filter> |