From af837cba22f19277c873968d31aa6bc654553856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Thu, 3 Sep 2015 01:45:05 +0200 Subject: [PATCH 1/2] better term for "set now" "set now" means "I want to set it now". "set to now" means "I want to set it (the time) to *now*" --- resources/lang/en/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 5fe8eaddabe3..9f2776e881b2 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -715,7 +715,7 @@ return array( 'update_address' => 'Update Address', 'update_address_help' => 'Update client\'s address with provided details', 'times' => 'Times', - 'set_now' => 'Set now', + 'set_now' => 'Set to now', 'dark_mode' => 'Dark Mode', 'dark_mode_help' => 'Show white text on black background', 'add_to_invoice' => 'Add to invoice :invoice', From 54e6d9c61735f99c1b932cbcd62152052d21911d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Thu, 3 Sep 2015 01:46:27 +0200 Subject: [PATCH 2/2] emphasize "now" in "set to now" --- resources/lang/en/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 9f2776e881b2..0e56c326d755 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -715,7 +715,7 @@ return array( 'update_address' => 'Update Address', 'update_address_help' => 'Update client\'s address with provided details', 'times' => 'Times', - 'set_now' => 'Set to now', + 'set_now' => 'Set to now', 'dark_mode' => 'Dark Mode', 'dark_mode_help' => 'Show white text on black background', 'add_to_invoice' => 'Add to invoice :invoice',