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

github.com/acomminos/Plumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrew@comminos.com>2016-04-28 23:08:17 +0300
committerAndrew Comminos <andrew@comminos.com>2016-04-28 23:08:17 +0300
commitc8df3077c1664b1217182288ec89a65457de3d88 (patch)
treee7413f8f59bf90358d08ff25aef3bb7585dd934c
parent1af5d2f1ffb5ae634b25a4f791b60b496dd4dea0 (diff)
Fix link tense.
-rw-r--r--app/src/main/res/menu/context_channel.xml2
-rw-r--r--app/src/main/res/values/strings.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/menu/context_channel.xml b/app/src/main/res/menu/context_channel.xml
index 1cd2bc7..7ba27e7 100644
--- a/app/src/main/res/menu/context_channel.xml
+++ b/app/src/main/res/menu/context_channel.xml
@@ -37,7 +37,7 @@
app:showAsAction="never"
/>
<item android:id="@+id/context_channel_link"
- android:title="@string/context_channel_linked"
+ android:title="@string/context_channel_link"
android:checkable="true"
/>
<item android:id="@+id/context_channel_unlink_all"
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 99c464c..bb43c26 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -260,6 +260,6 @@
<string name="error_writing_to_storage">Error writing to external storage.</string>
<string name="export_success">Exported certificate to \'%s\'.</string>
<string name="notification_unread_many">%d new messages</string>
- <string name="context_channel_linked">Linked</string>
+ <string name="context_channel_link">Link</string>
<string name="context_channel_unlink_all">Unlink All</string>
</resources>