Skip to content

Instantly share code, notes, and snippets.

@Stemby
Created January 3, 2012 17:29
Show Gist options
  • Save Stemby/1555936 to your computer and use it in GitHub Desktop.
Save Stemby/1555936 to your computer and use it in GitHub Desktop.
kB patch
--- bitcoin_en.ts.old 2012-01-03 18:17:01.000000000 +0100
+++ bitcoin_en.ts 2012-01-03 18:16:37.000000000 +0100
@@ -679,7 +679,7 @@
</message>
<message>
<location filename="../optionsdialog.cpp" line="217"/>
- <source>Optional transaction fee per KB that helps make sure your transactions are processed quickly. Most transactions are 1KB. Fee 0.01 recommended.</source>
+ <source>Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended.</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -689,7 +689,7 @@
</message>
<message>
<location filename="../optionsdialog.cpp" line="226"/>
- <source>Optional transaction fee per KB that helps make sure your transactions are processed quickly. Most transactions are 1KB. Fee 0.01 recommended.</source>
+ <source>Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended.</source>
<translation type="unfinished"></translation>
</message>
</context>
@@ -1496,7 +1496,7 @@
</message>
<message>
<location filename="../bitcoinstrings.cpp" line="23"/>
- <source>Fee per KB to add to transactions you send</source>
+ <source>Fee per kB to add to transactions you send</source>
<translation type="unfinished"></translation>
</message>
<message>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment