diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-13 22:51:52 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-13 22:51:52 +0200 |
commit | 6b2edc5d2bb43c4494653739ec1266790334b2ed (patch) | |
tree | 02c95b4e3af883593ccd3dad38683d97a89d409d /res/menu | |
parent | 1787d6dcbb0cc54e78043e6093ac45b09f0986a7 (diff) |
Implement the required ipv6 changes.
GUI part is still incomplete
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/import_menu.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu/import_menu.xml b/res/menu/import_menu.xml index 27498da3..c29db10e 100644 --- a/res/menu/import_menu.xml +++ b/res/menu/import_menu.xml @@ -6,7 +6,7 @@ android:icon="@android:drawable/ic_menu_save"
android:showAsAction="ifRoom|withText"
android:title="@string/add_profile"
- android:titleCondensed="@string/clear"/>
+ android:titleCondensed="@string/import_vpn"/>
<item
android:id="@+id/cancel"
android:icon="@android:drawable/ic_menu_close_clear_cancel"
|