mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Include source origin in string key name.
This should help eliminate string duplicates, as well as provide visibility into where strings in a resource file are being used.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:title="@string/menu_unlock"
|
||||
<item android:title="@string/text_secure_locked__menu_unlock"
|
||||
android:id="@+id/menu_unlock"
|
||||
android:showAsAction="ifRoom" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user