mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-19 06:45:19 +00: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:
@@ -16,7 +16,7 @@
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:fadingEdge="horizontal"
|
||||
android:text="@string/passphrase_cached"
|
||||
android:text="@string/KeyCachingService_passphrase_cached"
|
||||
/>
|
||||
|
||||
<TextView android:id="@+id/text2"
|
||||
@@ -28,7 +28,7 @@
|
||||
android:singleLine="true"
|
||||
android:fadingEdge="horizontal"
|
||||
android:ellipsize="marquee"
|
||||
android:text="@string/textsecure_passphrase_cached"
|
||||
android:text="@string/KeyCachingService_textsecure_passphrase_cached"
|
||||
/>
|
||||
</LinearLayout>
|
||||
|
||||
|
Reference in New Issue
Block a user