]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/menu/about_version_options_menu.xml
Convert LogcatActivity to Kotlin. https://redmine.stoutner.com/issues/770
[PrivacyBrowserAndroid.git] / app / src / main / res / menu / about_version_options_menu.xml
index c434633f33996d7e44dd50b49b0c5659c89f1e80..3e1914afc0fec260e736052050c0c04a9dbdb5c7 100644 (file)
@@ -25,7 +25,7 @@
     <!-- `android:iconTint` can be used once the minimum API >= 26 instead of including a separate drawable for each theme. -->
     <item
         android:id="@+id/copy"
-        android:title="@string/copy_string"
+        android:title="@string/copy"
         android:orderInCategory="10"
         android:icon="?attr/copyIcon"
         app:showAsAction="ifRoom" />