mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-05-17 13:17:02 -04:00
Rename barcodecount to card count because barcodeless card support
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user