diff options
| author | Pavel Vomacka <pvomacka@redhat.com> | 2016-01-25 13:23:20 +0100 |
|---|---|---|
| committer | Petr Vobornik <pvoborni@redhat.com> | 2016-01-27 14:14:56 +0100 |
| commit | d5674b1490939551a0040a4d88ebc6f9437e74d9 (patch) | |
| tree | 1bf918c97e77f69a6a6aabeb428308a22727415d /install/ui/test/data | |
| parent | 8f6fb7b4eaa74e9478f946a3be862e2d02158f6d (diff) | |
| download | freeipa-d5674b1490939551a0040a4d88ebc6f9437e74d9.tar.gz freeipa-d5674b1490939551a0040a4d88ebc6f9437e74d9.tar.xz freeipa-d5674b1490939551a0040a4d88ebc6f9437e74d9.zip | |
Add tool tips for Revert, Refresh, Undo, and Undo All
Add tool tips for buttons in detail view. New tooltips:
Reload - Reload current settings from the server.
Revert - Undo all unsaved changes.
Undo - Undo this change.
Undo all - Undo all changes in this field.
https://fedorahosted.org/freeipa/ticket/5428
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/ui/test/data')
| -rw-r--r-- | install/ui/test/data/ipa_init.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 310eef105..b25fa9357 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -77,12 +77,14 @@ "issue": "Issue", "ok": "OK", "refresh": "Refresh", + "refresh_title": "Reload current settings from the server.", "remove": "Delete", "reset": "Reset", "reset_password_and_login": "Reset Password and Login", "restore": "Restore", "retry": "Retry", "revert": "Revert", + "revert_title": "Undo all unsaved changes.", "revoke": "Revoke", "save": "Save", "set": "Set", @@ -684,7 +686,9 @@ "page": "Page", "prev": "Prev", "undo": "Undo", + "undo_title": "Undo this change.", "undo_all": "Undo All", + "undo_all_title": "Undo all changes.", "validation": { "error": "Text does not match field pattern", "datetime": "Must be an UTC date/time value (e.g., \"2014-01-20 17:58:01Z\")", |
