diff --git a/payment/uc_paypal/uc_paypal.module b/payment/uc_paypal/uc_paypal.module
index 3257cfb..ee870bc 100644
--- a/payment/uc_paypal/uc_paypal.module
+++ b/payment/uc_paypal/uc_paypal.module
@@ -555,11 +555,10 @@ function uc_payment_method_paypal_ec($op, &$order) {
       );
       $form['ec']['uc_paypal_ec_landingpage_style'] = array(
         '#type' => 'radios',
-        '#title' => t('PayPal landing page style'),
-        '#description' => t('PayPal Express Checkout landing page may show a credit card submission form (allowing credit card payments without a PayPal account) or may show only a PayPal login form, thereby restricting payment to PayPal users.'),
+        '#title' => t('Default PayPal landing page'),
         '#options' => array(
-          'Billing' => t('Show credit card submission form.'),
-          'Login' => t('Do not show credit card submission form.'),
+          'Billing' => t('Credit card submission form.'),
+          'Login' => t('Account login form.'),
         ),
         '#default_value' => variable_get('uc_paypal_ec_landingpage_style', 'Billing'),
       );
