From 03c25bd98e7fb16574a8bc0c4a9c9de851ae9bed Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 27 Jun 2014 13:59:11 +0200 Subject: webui: capitalize labels of undo and undo all buttons Make the label of these buttons consistent with other buttons which have capital first letters. Reviewed-By: Fraser Tweedale --- install/ui/test/data/ipa_init.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/test/data') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 284c0a643..b3d385900 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -574,8 +574,8 @@ "next": "Next", "page": "Page", "prev": "Prev", - "undo": "undo", - "undo_all": "undo all", + "undo": "Undo", + "undo_all": "Undo All", "validation": { "error": "Text does not match field pattern", "datetime": "Must be an UTC date/time value (e.g., \"2014-01-20 17:58:01Z\")", -- cgit