File tree Expand file tree Collapse file tree
java/org/openimis/imisclaims Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ protected void onCreate(Bundle savedInstanceState) {
5252
5353 spinner = findViewById (R .id .spinner_status );
5454 List <String > categories = new ArrayList <>();
55- categories .add ("Select claim status" );
55+ categories .add (getString ( R . string . SelectClaimStatus ) );
5656 categories .add (getString (R .string .Entered ));
5757 categories .add (getString (R .string .Checked ));
5858 categories .add (getString (R .string .Processed ));
Original file line number Diff line number Diff line change 227227 <string name =" masterData" >Données de base</string >
228228 <string name =" downloadMasterData" >Télécharger les données de base</string >
229229 <string name =" ConfirmArchiveClaim" >Voulez-vous archiver cette prestation?</string >
230+ <string name =" SelectClaimStatus" >Sélectionner le statut de la prestation</string >
230231</resources >
Original file line number Diff line number Diff line change 256256 <string name =" NoServicesPricelist" >This healthfacility don\'t have services pricelist</string >
257257 <string name =" NoItemsPricelist" >This healthfacility don\'t have items pricelist</string >
258258 <string name =" News" >New changes:</string >
259+ <string name =" SelectClaimStatus" >Select claim status</string >
259260</resources >
You can’t perform that action at this time.
0 commit comments