diff options
author | Johannes Baiter <johannes.baiter@gmail.com> | 2014-10-29 02:13:58 +0100 |
---|---|---|
committer | Johannes Baiter <johannes.baiter@gmail.com> | 2014-10-29 02:13:58 +0100 |
commit | 4b4b65f4e9e3208a232c5169dfe61e78e20ca82d (patch) | |
tree | 7d42d5dc981975fd2ec27ee21ec59ab39e8c52cf /app/src/main/res | |
parent | 9aea6560b0b66285c7c1c47fed828c22514d9e2b (diff) |
Fix Typo in menu XML
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/menu/pwdstore.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/menu/pwdstore.xml b/app/src/main/res/menu/pwdstore.xml index a3f44f73..957a4795 100644 --- a/app/src/main/res/menu/pwdstore.xml +++ b/app/src/main/res/menu/pwdstore.xml @@ -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"/> |