diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-05 11:39:07 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-05 12:03:02 +0200 |
commit | d7d7d81a6aa4e11dfaccedd33f107639c1d9f49e (patch) | |
tree | 00642159246785931263d61aad91629f7e259096 /src/qt/forms | |
parent | bdef43dde7d7650e3c941890c15dbcc1823c99bd (diff) |
change text on message.ui from "Copy to Clipboard" to "Copy Signature" and
add an Alt-Shortcut to "Clear &All"
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/messagepage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/messagepage.ui b/src/qt/forms/messagepage.ui index 3df5831db5..f2ae160c16 100644 --- a/src/qt/forms/messagepage.ui +++ b/src/qt/forms/messagepage.ui @@ -131,7 +131,7 @@ <string>Copy the current signature to the system clipboard</string> </property> <property name="text"> - <string>&Copy to Clipboard</string> + <string>&Copy Signature</string> </property> <property name="icon"> <iconset resource="../bitcoin.qrc"> @@ -145,7 +145,7 @@ <string>Reset all sign message fields</string> </property> <property name="text"> - <string>Clear all</string> + <string>Clear &All</string> </property> <property name="icon"> <iconset resource="../bitcoin.qrc"> |