mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-15 21:11:56 +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:capitalize="sentences"
|
||||
android:autoText="true"
|
||||
android:singleLine="true"
|
||||
android:hint="@string/to"
|
||||
android:hint="@string/recipients_panel__to"
|
||||
android:paddingRight="45dip"
|
||||
android:textColor="#000000"
|
||||
android:layout_width="fill_parent"/>
|
||||
|
||||
Reference in New Issue
Block a user