Removed duplicate string resource for string ("Swap apps")

This commit is contained in:
Paresh Chouhan 2016-04-20 23:36:26 +05:30
parent 887bb171aa
commit 45313c6234
2 changed files with 1 additions and 2 deletions

View File

@ -383,7 +383,7 @@
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:finishOnTaskLaunch="true" /> android:finishOnTaskLaunch="true" />
<activity <activity
android:label="@string/menu_swap" android:label="@string/swap"
android:name=".views.swap.SwapWorkflowActivity" android:name=".views.swap.SwapWorkflowActivity"
android:parentActivityName=".FDroid" android:parentActivityName=".FDroid"
android:theme="@style/SwapTheme.Wizard" android:theme="@style/SwapTheme.Wizard"

View File

@ -301,7 +301,6 @@
<string name="swap_join_same_wifi">Join the same Wi-Fi as your friend</string> <string name="swap_join_same_wifi">Join the same Wi-Fi as your friend</string>
<string name="swap_join_same_wifi_desc">To swap using Wi-Fi, ensure you are on the same network. If you don\'t have access to the same network, one of you can create a Wi-Fi Hotspot.</string> <string name="swap_join_same_wifi_desc">To swap using Wi-Fi, ensure you are on the same network. If you don\'t have access to the same network, one of you can create a Wi-Fi Hotspot.</string>
<string name="swap_join_this_hotspot">Help your friend join your hotspot</string> <string name="swap_join_this_hotspot">Help your friend join your hotspot</string>
<string name="menu_swap">Swap apps</string>
<string name="swap">Swap apps</string> <string name="swap">Swap apps</string>
<string name="swap_success">Swap success!</string> <string name="swap_success">Swap success!</string>
<string name="swap_no_wifi_network">No network yet</string> <string name="swap_no_wifi_network">No network yet</string>