Merge "Change the title of DocumentsUI from "Files" to "Downloads"." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c469585cf7
@@ -45,7 +45,7 @@
|
||||
android:name=".LauncherActivity"
|
||||
android:theme="@android:style/Theme.NoDisplay"
|
||||
android:icon="@drawable/ic_files_app"
|
||||
android:label="@string/files_label">
|
||||
android:label="@string/downloads_label">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
@@ -56,7 +56,7 @@
|
||||
android:name=".FilesActivity"
|
||||
android:theme="@style/DocumentsTheme"
|
||||
android:icon="@drawable/ic_files_app"
|
||||
android:label="@string/files_label"
|
||||
android:label="@string/downloads_label"
|
||||
android:documentLaunchMode="intoExisting">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
@@ -203,8 +203,8 @@ public class DocumentsActivity extends BaseActivity {
|
||||
mState.action == ACTION_PICK_COPY_DESTINATION) {
|
||||
title = getResources().getString(R.string.title_save);
|
||||
} else {
|
||||
// If all else fails, just call it "Files".
|
||||
title = getResources().getString(R.string.files_label);
|
||||
// If all else fails, just call it "Downloads".
|
||||
title = getResources().getString(R.string.downloads_label);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -182,7 +182,7 @@ public class FilesActivity extends BaseActivity {
|
||||
|
||||
@Override
|
||||
public String getDrawerTitle() {
|
||||
return getResources().getString(R.string.files_label);
|
||||
return getResources().getString(R.string.downloads_label);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Title of the external storage application [CHAR LIMIT=32] -->
|
||||
<string name="app_label">Files</string>
|
||||
<string name="app_label">MTP Host</string>
|
||||
<!-- Name of MTP root shown in UI. Please align the two strings (device
|
||||
model and storage name) in proper order in the language.
|
||||
[CHAR LIMIT=32] -->
|
||||
|
||||
Reference in New Issue
Block a user