Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2020-09-02 11:13:10 +0300
committerDaniel Gultsch <daniel@gultsch.de>2020-09-02 11:13:10 +0300
commit9db0c85cda18df806c5aea39b784fd6c130fd48f (patch)
tree62736a0b5993769cdd14e3aaae3d00c203e8ad35 /src/main/res/values/strings.xml
parent27c89e487a9560cba34bf60cc912a991360e7be8 (diff)
rename 'add to favorites' to 'pin to top'
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 996b7a85d..8362cc28c 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -923,8 +923,8 @@
<string name="only_one_call_at_a_time">You can only have one call at a time.</string>
<string name="return_to_ongoing_call">Return to ongoing call</string>
<string name="could_not_switch_camera">Could not switch camera</string>
- <string name="add_to_favorites">Add to favorites</string>
- <string name="remove_from_favorites">Remove from favorites</string>
+ <string name="add_to_favorites">Pin to top</string>
+ <string name="remove_from_favorites">Unpin from top</string>
<string name="gpx_track">GPX track</string>
<string name="could_not_correct_message">Could not correct message</string>
<string name="search_all_conversations">All conversations</string>