mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-04 08:05:10 +00:00
Fix mouse receiver plugin description
This commit is contained in:
@@ -122,8 +122,7 @@ public class MouseReceiverPlugin extends Plugin {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getDescription() {
|
public String getDescription() {
|
||||||
return "MouseReceiverPlugin.getDescription()";
|
return context.getString(R.string.mouse_receiver_plugin_description);
|
||||||
//return context.getString(R.string.pref_plugin_remotekeyboard_desc);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user