Fix wrong type in BSResource, Change wording

This commit is contained in:
Manfred Karrer 2014-10-06 17:58:17 +02:00
parent e054b2ef3d
commit 2eb5428ed9
2 changed files with 4 additions and 3 deletions

View File

@ -53,7 +53,7 @@ public class BSResources {
}
}
public static String get(String key, String... arguments) {
public static String get(String key, Object... arguments) {
return MessageFormat.format(BSResources.get(key), arguments);
}
}

View File

@ -71,8 +71,9 @@ createOffer.advancedBox.county=Payments account country:
createOffer.advancedBox.info=Your trading partners must fulfill your offer restrictions. You can edit the accepted countries, languages and arbitrators in the settings. The payments account details are used from your current selected payments account (if you have multiple payments accounts).
createOffer.success.headline=Your offer has been successfully published to the distributed offerbook.
createOffer.success.info=The Transaction ID for the offer payment is: {0}\n\nIn the Offers screen you can manage your\
open offers.
createOffer.success.info=In the Offers screen you can manage your open offers.\n\nThe Transaction ID for the offer \
payment is: {0}
createOffer.error.message=An error occurred when placing the offer.\n{0}