Change technical 'Run' to more understandable 'Open'

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-10-21 13:20:19 +02:00 committed by Hans-Christoph Steiner
parent 42934a6ec9
commit 5f660501e3
3 changed files with 4 additions and 4 deletions

View File

@ -468,7 +468,7 @@ public abstract class AppListItemController extends RecyclerView.ViewHolder {
return;
}
// When the button says "Run", then launch the app.
// When the button says "Open", then launch the app.
if (currentStatus != null && currentStatus.status == AppUpdateStatusManager.Status.Installed) {
Intent intent = activity.getPackageManager().getLaunchIntentForPackage(app.packageName);
if (intent != null) {

View File

@ -135,7 +135,7 @@
android:layout_toStartOf="@id/progress_cancel" />
</RelativeLayout>
<!-- Install, Uninstall, Upgrade, Run buttons -->
<!-- Install, Uninstall, Upgrade, Open buttons -->
<LinearLayout
android:id="@+id/button_layout"
android:layout_width="match_parent"
@ -170,7 +170,7 @@
android:layout_weight="0"
android:ellipsize="marquee"
app:textAllCaps="true"
tools:text="Run"/>
tools:text="Open"/>
</LinearLayout>
</RelativeLayout>

View File

@ -174,7 +174,7 @@ This often occurs with apps installed via Google Play or other sources, if they
<string name="menu_search">Search</string>
<string name="menu_add_repo">New Repository</string>
<string name="menu_launch">Run</string>
<string name="menu_launch">Open</string>
<string name="menu_open">Open</string>
<string name="menu_share">Share</string>
<string name="menu_install">Install</string>