diff --git a/publishcontent.module b/publishcontent.module
index 947135e..bd47e65 100644
--- a/publishcontent.module
+++ b/publishcontent.module
@@ -289,7 +289,7 @@ function publishcontent_toggle_status_form($form, &$form_state, $node, $toggle_t
 
   // Set confirm form question.
   if ($toggle_title) {
-    $question = t('Are you sure you want to %publish_state this content?', array('%publish_state' => ucfirst($toggle_title)));
+    $question = t('Are you sure you want to %publish_state this content?', array('%publish_state' => t($toggle_title)));
   }
   else {
     $question = t('Are you sure?');
