Skip to content

Commit 9f05c0a

Browse files
committed
Wording adjustment
1 parent 1e6586f commit 9f05c0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/com/autocrop/activities/examination/fragments/viewpager/views/PageDependentTextView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ abstract class PageDependentTextView(context: Context, attr: AttributeSet, strin
1717
}
1818

1919
class DiscardingStatisticsTextView(context: Context, attr: AttributeSet):
20-
PageDependentTextView(context, attr, R.string.discarded) {
20+
PageDependentTextView(context, attr, R.string.removed) {
2121

2222
override fun updateText(position: Int) {
2323
with(sharedViewModel.dataSet[position]) {

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<string name="crops_processing_in_progress">Processing crops…</string>
88
<string name="cropping_failure">No cropping borders found</string>
99
<string name="auto_scrolling">AutoScrolling</string>
10-
<string name="discarded">discarded</string>
10+
<string name="removed">removed</string>
1111
<string name="cropping_failure_instruction_text_view">Make sure your selected screenshots comprise a continuous monochromatic border both above and below the core image area</string>
1212

1313
<string name="version">Version: %1$s</string>

0 commit comments

Comments
 (0)