Skip to content

Commit

Permalink
Use translated string name for pref view
Browse files Browse the repository at this point in the history
Closes #18
  • Loading branch information
Oliv4945 committed Jan 2, 2018
1 parent 729b170 commit 935cbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</intent-filter>
</activity>
<activity android:name=".MyPreferencesActivity"
android:label="Preferences"
android:label="@string/action_settings"
android:theme="@style/AppTheme"/>
</application>
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit 935cbcb

Please sign in to comment.