diff --git a/modules/user/views/admin_users_group.html.php b/modules/user/views/admin_users_group.html.php
index db3645a0..e44cbddd 100644
--- a/modules/user/views/admin_users_group.html.php
+++ b/modules/user/views/admin_users_group.html.php
@@ -5,11 +5,11 @@
id") ?>"
title="= t("Delete the %name group", array("name" => $group->name))->for_html_attr() ?>"
class="g-dialog-link g-button ui-state-default ui-corner-all">
- = t("delete") ?>
+
= t("Delete") ?>
else: ?>
for_html_attr() ?>"
class="g-dialog-link g-button ui-state-disabled ui-corner-all ui-icon-left">
- = t("delete") ?>
+
= t("Delete") ?>
endif ?>
@@ -23,7 +23,7 @@
class="g-button ui-state-default ui-corner-all ui-icon-left"
title="= t("Remove %user from %group group",
array("user" => $user->name, "group" => $group->name))->for_html_attr() ?>">
-
= t("remove") ?>
+
= t("Remove") ?>
endif ?>
@@ -32,7 +32,7 @@
else: ?>
- = t("Drag & drop users from the User Admin above into this group box to add group members.") ?>
+ = t("Drag & drop users from the \"User admin\" above into this group box to add group members.") ?>
endif ?>
diff --git a/modules/user/views/reset_password.html.php b/modules/user/views/reset_password.html.php
index 92ca4917..3afca881 100644
--- a/modules/user/views/reset_password.html.php
+++ b/modules/user/views/reset_password.html.php
@@ -1,10 +1,10 @@
-
= t("Password Reset Request") ?>
+
= t("Password reset request") ?>
-
= t("Password Reset Request") ?>
+
= t("Password reset request") ?>
= t("Hello, %name,", array("name" => $user->full_name ? $user->full_name : $user->name)) ?>
diff --git a/modules/watermark/views/admin_watermarks.html.php b/modules/watermark/views/admin_watermarks.html.php
index af38cb41..fc634b82 100644
--- a/modules/watermark/views/admin_watermarks.html.php
+++ b/modules/watermark/views/admin_watermarks.html.php
@@ -11,7 +11,7 @@
title="= t("Upload a watermark")->for_html_attr() ?>"
class="g-dialog-link g-button ui-icon-left ui-state-default ui-corner-all">
= t("Upload a watermark") ?>
else: ?>
-
= t("Active Watermark") ?>
+
= t("Active watermark") ?>
= t("Note that changing this watermark will require you to rebuild all of your thumbnails and resized images.") ?>
@@ -27,10 +27,10 @@