Skip to content
Snippets Groups Projects
Commit aac4696f authored by Pierre Nicolas's avatar Pierre Nicolas :joy: Committed by Adrien Béraud
Browse files

callview: fix button overlap

Button label should be concise.

GitLab: #1786
Change-Id: Ibfa506bfc8b4f509f146892d4a67ee0e1dd7d8dd
parent e8333b41
No related branches found
No related tags found
No related merge requests found
...@@ -236,8 +236,8 @@ along with this program; if not, write to the Free Software ...@@ -236,8 +236,8 @@ along with this program; if not, write to the Free Software
<string name="call_duration">Lasted %s</string> <string name="call_duration">Lasted %s</string>
<string name="start_error_title">Unable to start Jami</string> <string name="start_error_title">Unable to start Jami</string>
<string name="action_call_accept">Accept call</string> <string name="action_call_accept">Accept call</string>
<string name="action_call_accept_audio">Accept incoming call with audio only</string> <string name="action_call_accept_audio">Accept with audio</string>
<string name="action_call_accept_video">Accept incoming call with video</string> <string name="action_call_accept_video">Accept with video</string>
<string name="action_call_hold_accept">Accept incoming call with audio only and hold current call</string> <string name="action_call_hold_accept">Accept incoming call with audio only and hold current call</string>
<string name="action_call_hold_accept_video">Accept incoming call with video and hold current call</string> <string name="action_call_hold_accept_video">Accept incoming call with video and hold current call</string>
<string name="action_call_end_accept">Accept incoming call and end current call</string> <string name="action_call_end_accept">Accept incoming call and end current call</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment