Index: src/main/webapp/WEB-INF/jsp/confirmScheduleRemoval.jsp
===================================================================
--- src/main/webapp/WEB-INF/jsp/confirmScheduleRemoval.jsp	(revision 757431)
+++ src/main/webapp/WEB-INF/jsp/confirmScheduleRemoval.jsp	(working copy)
@@ -22,11 +22,11 @@
 <html>
   <s:i18n name="localization.Continuum">
     <head>
-        <title>Schedule Removal</title>
+        <title><s:text name="deleteSchedule.page.title"/></title>
     </head>
     <body>
       <div id="axial" class="h3">
-        <h3>Schedule Removal</h3>
+        <h3><s:text name="deleteSchedule.section.title"/></h3>
         <div class="axial">
         <s:form action="removeSchedule" method="post">
           <s:hidden name="id"/>
Index: src/main/resources/localization/Continuum.properties
===================================================================
--- src/main/resources/localization/Continuum.properties	(revision 757431)
+++ src/main/resources/localization/Continuum.properties	(working copy)
@@ -597,7 +597,6 @@
 schedules.table.cronExpression = Cron Expression
 schedules.table.active = Active
 schedules.table.maxJobExecutionTime = Max Job Time
-schedules.confirmation.message = Are you sure you want to delete the schedule "{0}"?
 
 # ----------------------------------------------------------------------
 # Page: Add/EditSchedule
@@ -634,6 +633,13 @@
 schedule.buildqueues.add.error = Error attaching the build queue(s) to schedule.
 
 # ----------------------------------------------------------------------
+# Page: Delete Schedule
+# ----------------------------------------------------------------------
+deleteSchedule.page.title = Continuum - Delete Schedule
+deleteSchedule.section.title = Delete Schedule
+schedules.confirmation.message = Are you sure you want to delete the schedule "{0}"?
+
+# ----------------------------------------------------------------------
 # Page: SurefireReport
 # ----------------------------------------------------------------------
 surefireReport.page.title = Continuum - Surefire Report

