Rename barcodecount to card count because barcodeless card support

This commit is contained in:
Sylvia van Os
2020-01-05 00:50:08 +01:00
parent 524d649523
commit 1c71dc964f
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ class LoyaltyCardCursorAdapter extends CursorAdapter
noteField.setVisibility(View.VISIBLE);
if(cardCount > 1)
{
noteField.setText(context.getResources().getString(R.string.cardBarcodeCount, cardCount));
noteField.setText(context.getResources().getString(R.string.cardCount, cardCount));
}
else
{

View File

@@ -7,7 +7,7 @@
<string name="noGiftCards">You don\'t have any loyalty cards at the moment. Click the "+" (plus) button up top to get started.\n\nLoyalty Card Locker lets you carry your loyalty cards on your phone, so they are always within reach.</string>
<string name="noMatchingGiftCards">No loyalty cards match the search filter. Please try some different terms.</string>
<string name="cardBarcodeCount">%1$d barcodes</string>
<string name="cardCount">%1$d cards</string>
<string name="storeName">Store</string>
<string name="note">Note</string>