diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-07-30 20:52:14 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-07-30 20:52:14 +0200 |
commit | 3c36cb46328eeeea43b59544da08c463ed5a2c78 (patch) | |
tree | 0e270f26aedec71a2601c1d8f639ce50bba76e0b | |
parent | 67a86bf09287b3701f3b2d0ab416f5f189c289ba (diff) | |
download | anastasis-gtk-3c36cb46328eeeea43b59544da08c463ed5a2c78.tar.gz anastasis-gtk-3c36cb46328eeeea43b59544da08c463ed5a2c78.tar.bz2 anastasis-gtk-3c36cb46328eeeea43b59544da08c463ed5a2c78.zip |
-use recover instead of restore for consistency
-rw-r--r-- | contrib/anastasis_gtk_main_window.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/anastasis_gtk_main_window.glade b/contrib/anastasis_gtk_main_window.glade index a0ec921..21f9574 100644 --- a/contrib/anastasis_gtk_main_window.glade +++ b/contrib/anastasis_gtk_main_window.glade @@ -636,7 +636,7 @@ Author: Christian Grothoff, Dennis Neufeld </child> <child> <object class="GtkButton" id="anastasis_gtk_recovery_button"> - <property name="label" translatable="yes">_Restore a secret</property> + <property name="label" translatable="yes">_Recover a secret</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> |