diff options
author | Mohamed Zenadi <mohamed.zenadi@gmail.com> | 2014-10-29 08:11:19 +0100 |
---|---|---|
committer | Mohamed Zenadi <mohamed.zenadi@gmail.com> | 2014-10-29 08:11:19 +0100 |
commit | ad81e9b0dff8fe6b40502604dc615f1eb7e2c54d (patch) | |
tree | 90752c021e214a2b2411b7d1929d533567c55ec8 /app/src/main/res | |
parent | 440ada642e29bcfd6eeb566117561c3ff9ed8ef9 (diff) | |
parent | 4b4b65f4e9e3208a232c5169dfe61e78e20ca82d (diff) |
Merge pull request #22 from jbaiter/fix-typo
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"/> |