From 4c52e91b584a48676d8c1ca87c6e523207d57630 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 24 Apr 2014 13:24:51 +0300 Subject: [PATCH] Text changes --- app/lang/de/texts.php | 1 + app/lang/en/texts.php | 5 +++-- app/lang/es/texts.php | 1 + app/lang/fr/texts.php | 1 + app/lang/it/texts.php | 1 + app/lang/nl/texts.php | 1 + app/lang/pt_BR/texts.php | 1 + app/views/accounts/nav.blade.php | 6 +++--- app/views/accounts/products.blade.php | 4 ++-- app/views/header.blade.php | 2 +- 10 files changed, 15 insertions(+), 8 deletions(-) diff --git a/app/lang/de/texts.php b/app/lang/de/texts.php index db3a2487f9..e260a8987b 100644 --- a/app/lang/de/texts.php +++ b/app/lang/de/texts.php @@ -320,6 +320,7 @@ return array( 'view_as_recipient' => 'View as recipient', // product management + 'product_library' => 'Product Library', 'product' => 'Product', 'products' => 'Products', 'fill_products' => 'Auto-fill products', diff --git a/app/lang/en/texts.php b/app/lang/en/texts.php index 967f0f6aa8..6cf6ff3533 100644 --- a/app/lang/en/texts.php +++ b/app/lang/en/texts.php @@ -327,12 +327,13 @@ return array( 'view_as_recipient' => 'View as recipient', // product management + 'product_library' => 'Product Library', 'product' => 'Product', 'products' => 'Products', 'fill_products' => 'Auto-fill products', - 'fill_products_help' => 'Selecting a product will automatically set the description and cost', + 'fill_products_help' => 'Selecting a product will automatically fill in the description and cost', 'update_products' => 'Auto-update products', - 'update_products_help' => 'Updating an invoice will automatically update the products', + 'update_products_help' => 'Updating an invoice will automatically update the product library', 'create_product' => 'Create Product', 'edit_product' => 'Edit Product', 'archive_product' => 'Archive Product', diff --git a/app/lang/es/texts.php b/app/lang/es/texts.php index a8b493f659..7b56bb8f88 100644 --- a/app/lang/es/texts.php +++ b/app/lang/es/texts.php @@ -319,6 +319,7 @@ return array( 'view_as_recipient' => 'View as recipient', // product management + 'product_library' => 'Product Library', 'product' => 'Product', 'products' => 'Products', 'fill_products' => 'Auto-fill products', diff --git a/app/lang/fr/texts.php b/app/lang/fr/texts.php index 87a5f660fa..d48a8eb4dd 100644 --- a/app/lang/fr/texts.php +++ b/app/lang/fr/texts.php @@ -320,6 +320,7 @@ return array( 'view_as_recipient' => 'View as recipient', // product management + 'product_library' => 'Product Library', 'product' => 'Product', 'products' => 'Products', 'fill_products' => 'Auto-fill products', diff --git a/app/lang/it/texts.php b/app/lang/it/texts.php index 604415fe42..12c013488a 100644 --- a/app/lang/it/texts.php +++ b/app/lang/it/texts.php @@ -320,6 +320,7 @@ return array( 'view_as_recipient' => 'View as recipient', // product management + 'product_library' => 'Product Library', 'product' => 'Product', 'products' => 'Products', 'fill_products' => 'Auto-fill products', diff --git a/app/lang/nl/texts.php b/app/lang/nl/texts.php index 47df38988d..fee70efacd 100644 --- a/app/lang/nl/texts.php +++ b/app/lang/nl/texts.php @@ -321,6 +321,7 @@ return array( 'view_as_recipient' => 'View as recipient', // product management + 'product_library' => 'Product Library', 'product' => 'Product', 'products' => 'Products', 'fill_products' => 'Auto-fill products', diff --git a/app/lang/pt_BR/texts.php b/app/lang/pt_BR/texts.php index 94a8545619..34708c6a39 100644 --- a/app/lang/pt_BR/texts.php +++ b/app/lang/pt_BR/texts.php @@ -309,6 +309,7 @@ return array( 'view_as_recipient' => 'View as recipient', // product management + 'product_library' => 'Product Library', 'product' => 'Product', 'products' => 'Products', 'fill_products' => 'Auto-fill products', diff --git a/app/views/accounts/nav.blade.php b/app/views/accounts/nav.blade.php index 35f2cb8235..cae5809b55 100755 --- a/app/views/accounts/nav.blade.php +++ b/app/views/accounts/nav.blade.php @@ -3,11 +3,11 @@ @section('content')

 

diff --git a/app/views/accounts/products.blade.php b/app/views/accounts/products.blade.php index 82426fc54b..045a91568e 100644 --- a/app/views/accounts/products.blade.php +++ b/app/views/accounts/products.blade.php @@ -8,10 +8,10 @@ {{ Former::populateField('update_products', intval($account->update_products)) }} - {{ Former::legend('products') }} + {{ Former::legend('product_library') }} {{ Former::checkbox('fill_products')->text(trans('texts.fill_products_help')) }} {{ Former::checkbox('update_products')->text(trans('texts.update_products_help')) }} - +   {{ Former::actions( Button::lg_success_submit(trans('texts.save'))->append_with_icon('floppy-disk') ) }} {{ Former::close() }} diff --git a/app/views/header.blade.php b/app/views/header.blade.php index eadcd8fb06..a3b9f42e76 100755 --- a/app/views/header.blade.php +++ b/app/views/header.blade.php @@ -137,7 +137,7 @@