mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 01:51:47 +00:00
Specific android:label for ShareActiviy
This commit is contained in:
parent
f265a8b379
commit
61699108bc
@ -283,7 +283,7 @@
|
||||
</activity>
|
||||
<activity
|
||||
android:name="org.kde.kdeconnect.Plugins.SharePlugin.ShareActivity"
|
||||
android:label="KDE Connect">
|
||||
android:label="@string/manifest_label_share">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.SEND" />
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
We really appreciate your translations, but make sure to submit them by working with the proper team!
|
||||
-->
|
||||
<string name="kde_connect">KDE Connect</string>
|
||||
<string name="manifest_label_share">Send to Device</string>
|
||||
<string name="foreground_notification_no_devices">Not connected to any device</string>
|
||||
<string name="foreground_notification_devices">Connected to: %s</string>
|
||||
<string name="foreground_notification_send_clipboard">Send Clipboard</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user