File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
kotlin/org/fossify/camera/activities Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class SettingsActivity : SimpleActivity() {
5454 arrayListOf (
5555 settingsColorCustomizationLabel,
5656 settingsGeneralSettingsLabel,
57- settingsShutterLabel ,
57+ settingsCameraLabel ,
5858 settingsSavingLabel,
5959 ).forEach {
6060 it.setTextColor(properPrimaryColor)
Original file line number Diff line number Diff line change 126126 layout =" @layout/divider" />
127127
128128 <TextView
129- android : id =" @+id/settings_shutter_label "
129+ android : id =" @+id/settings_camera_label "
130130 style =" @style/SettingsSectionLabelStyle"
131131 android : layout_width =" match_parent"
132132 android : layout_height =" wrap_content"
133- android : text =" @string/shutter " />
133+ android : text =" @string/app_launcher_name " />
134134
135135 <LinearLayout
136- android : id =" @+id/settings_shutter_holder "
136+ android : id =" @+id/settings_camera_holder "
137137 android : layout_width =" match_parent"
138138 android : layout_height =" wrap_content"
139139 android : orientation =" vertical" >
185185 </LinearLayout >
186186
187187 <include
188- android : id =" @+id/settings_shutter_divider "
188+ android : id =" @+id/settings_camera_divider "
189189 layout =" @layout/divider" />
190190
191191 <TextView
You can’t perform that action at this time.
0 commit comments