Extract update string

This commit is contained in:
ligi 2015-11-09 14:49:31 +01:00
parent 042ec58dc0
commit dff33c029d
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,6 @@
<item
android:id="@+id/menu_update"
yourapp:showAsAction="ifRoom"
android:title="update"
android:title="@string/action_update"
android:icon="@android:drawable/ic_popup_sync" />
</menu>

View file

@ -101,4 +101,5 @@ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWIS
<string name="downloading_new_pass_version">downloading new pass version</string>
<string name="unzip_pass_dialog_title">Opening Passbook</string>
<string name="unzip_pass_dialog_message">Please wait...</string>
<string name="action_update">update</string>
</resources>