Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed Jan 9, 2018
1 parent 2adefd3 commit a2034f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
applicationId "fr.xgouchet.packageexplorer"
minSdkVersion 17
targetSdkVersion 26
versionCode 10
versionCode 11
versionName "2.0"

vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/menu/app_details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<item
android:id="@+id/action_play_store"
android:icon="@drawable/ic_menu_play_store"
android:title="@string/action_app_info"
android:title="@string/action_play_store"
app:showAsAction="ifRoom" />

<item
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<string name="action_launch">Launch</string>
<string name="action_manifest">Export Manifest</string>
<string name="action_open">Open</string>
<string name="action_play_store">System Application Info</string>
<string name="action_play_store">Open in Play Store</string>
<string name="action_uninstall">Uninstall</string>

<string name="activity_title_about">About Stanley…</string>
Expand Down

0 comments on commit a2034f4

Please sign in to comment.