mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-24 03:42:15 +00:00
Renamed Preferences to Settings
This commit is contained in:
parent
20c5fa8a7b
commit
630a227875
@ -178,7 +178,7 @@ class TabsFragment: ScreenFragment() {
|
|||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
|
||||||
add(1, 0, 0, R.string.preferences)
|
add(1, 0, 0, R.string.settings)
|
||||||
.setOnMenuItemClickListener {
|
.setOnMenuItemClickListener {
|
||||||
view.post { screenActivity.navigatePreferences() }
|
view.post { screenActivity.navigatePreferences() }
|
||||||
true
|
true
|
||||||
|
@ -105,7 +105,7 @@
|
|||||||
<string name="password_missing">Password missing</string>
|
<string name="password_missing">Password missing</string>
|
||||||
<string name="permissions">Permissions</string>
|
<string name="permissions">Permissions</string>
|
||||||
<string name="plus_more_FORMAT">+%d more</string>
|
<string name="plus_more_FORMAT">+%d more</string>
|
||||||
<string name="preferences">Preferences</string>
|
<string name="settings">Settings</string>
|
||||||
<string name="processing_FORMAT">Processing %1$s</string>
|
<string name="processing_FORMAT">Processing %1$s</string>
|
||||||
<string name="project_website">Project website</string>
|
<string name="project_website">Project website</string>
|
||||||
<string name="promotes_non_free_network_services">Promotes non-free network services</string>
|
<string name="promotes_non_free_network_services">Promotes non-free network services</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user