diff options
| author | MarcoFalke <[email protected]> | 2017-01-04 15:18:53 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-01-04 15:19:00 +0100 |
| commit | df1ab5b4d67b46b5e9e840b1fbe0ff02520831f9 (patch) | |
| tree | 39b38042ab476d1b0e488f1330b38de0f9291d1f /src | |
| parent | Merge #9467: [Trivial] [Doc] Install Protobuf v3 on OS X (diff) | |
| parent | qt: Set (count) placeholder in sendcoinsdialog to notranslate (diff) | |
| download | discoin-df1ab5b4d67b46b5e9e840b1fbe0ff02520831f9.tar.xz discoin-df1ab5b4d67b46b5e9e840b1fbe0ff02520831f9.zip | |
Merge #9470: qt: Set (count) placeholder in sendcoinsdialog to notranslate
388ea19 qt: Set (count) placeholder in sendcoinsdialog to notranslate (Wladimir J. van der Laan)
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/forms/sendcoinsdialog.ui | 2 | ||||
| -rw-r--r-- | src/qt/locale/bitcoin_en.ts | 15 |
2 files changed, 6 insertions, 11 deletions
diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui index 0a8afa2e7..ca8ecffaf 100644 --- a/src/qt/forms/sendcoinsdialog.ui +++ b/src/qt/forms/sendcoinsdialog.ui @@ -1111,7 +1111,7 @@ <item> <widget class="QLabel" name="confirmationTargetLabel"> <property name="text"> - <string>(count)</string> + <string notr="true">(count)</string> </property> </widget> </item> diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index 984b33ffd..e2b5a0b0e 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -1997,8 +1997,8 @@ </message> <message> <location line="+60"/> - <location filename="../rpcconsole.cpp" line="+400"/> - <location line="+692"/> + <location filename="../rpcconsole.cpp" line="+456"/> + <location line="+719"/> <source>Select a peer to view detailed information.</source> <translation type="unfinished"></translation> </message> @@ -2134,7 +2134,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../rpcconsole.cpp" line="-386"/> + <location filename="../rpcconsole.cpp" line="-413"/> <source>In:</source> <translation type="unfinished"></translation> </message> @@ -2217,7 +2217,7 @@ <translation type="unfinished"></translation> </message> <message> - <location line="+123"/> + <location line="+150"/> <source>%1 B</source> <translation type="unfinished"></translation> </message> @@ -2662,12 +2662,7 @@ <translation type="unfinished"></translation> </message> <message> - <location line="+80"/> - <source>(count)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location line="+108"/> + <location line="+188"/> <source>Clear &All</source> <translation>Clear &All</translation> </message> |