OSDN Git Service

Merge branch 'v03_test' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v03_test
[pettanr/pettanr.git] / app / views / balloon_templates / index.html.erb
index 7e59e7d..93b1b81 100644 (file)
@@ -2,7 +2,7 @@
 
 <table>
   <tr>
-    <th>speach balloon</th>
+    <th>speech balloon</th>
     <th>system_picture</th>
     <th>Tail</th>
     <th>size</th>
@@ -14,7 +14,7 @@
 
 <% @balloon_templates.each do |balloon_template| %>
   <tr>
-    <td><%= balloon_template.speach_balloon_id %></td>
+    <td><%= balloon_template.speech_balloon_id %></td>
     <td><%= balloon_template.system_picture_id %></td>
     <td><%= balloon_template.tail %></td>
     <td><%= balloon_template.size %></td>