mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
Fix Typo in menu XML
This commit is contained in:
parent
9aea6560b0
commit
4b4b65f4e9
@ -26,7 +26,6 @@ import org.eclipse.jgit.api.Git;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Stack;
|
||||
|
||||
|
||||
@ -136,7 +135,7 @@ public class PasswordStore extends ActionBarActivity {
|
||||
this.leftActivity = true;
|
||||
return true;
|
||||
|
||||
case R.id.referesh:
|
||||
case R.id.refresh:
|
||||
refreshListAdapter();
|
||||
return true;
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
<item android:id="@+id/git_push"
|
||||
android:title="Push to remote"/>
|
||||
|
||||
<item android:id="@+id/referesh"
|
||||
<item android:id="@+id/refresh"
|
||||
android:title="Refresh list"
|
||||
android:showAsAction="never"
|
||||
android:icon="@drawable/ico_sync"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user