Skip to content

Commit

Permalink
Change "wan't" to "want"
Browse files Browse the repository at this point in the history
  • Loading branch information
Leland committed May 15, 2017
1 parent d4f730e commit 6e28594
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ public function getQtyIncrementsDataProvider()
}

/**
* We wan't to ensure that property $_eventPrefix used during event dispatching
* We want to ensure that property $_eventPrefix used during event dispatching
*
* @param $eventName
* @param $methodName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function setUp()
}

/**
* We wan't to ensure that property $_eventPrefix used during event dispatching
* We want to ensure that property $_eventPrefix used during event dispatching
*
* @param $eventName
* @param $methodName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function testPrepareDataSource()
'label' => __('Delete'),
'confirm' => [
'title' => __('Delete %1', $title),
'message' => __('Are you sure you wan\'t to delete a %1 record?', $title)
'message' => __('Are you sure you want to delete a %1 record?', $title)
],
]
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function testPrepareItemsByPageId()
'label' => __('Delete'),
'confirm' => [
'title' => __('Delete %1', $title),
'message' => __('Are you sure you wan\'t to delete a %1 record?', $title)
'message' => __('Are you sure you want to delete a %1 record?', $title)
],
]
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function prepareDataSource(array $dataSource)
'label' => __('Delete'),
'confirm' => [
'title' => __('Delete %1', $title),
'message' => __('Are you sure you wan\'t to delete a %1 record?', $title)
'message' => __('Are you sure you want to delete a %1 record?', $title)
]
]
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function prepareDataSource(array $dataSource)
'label' => __('Delete'),
'confirm' => [
'title' => __('Delete %1', $title),
'message' => __('Are you sure you wan\'t to delete a %1 record?', $title)
'message' => __('Are you sure you want to delete a %1 record?', $title)
]
];
}
Expand Down
4 changes: 2 additions & 2 deletions app/code/Magento/Cms/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Exception,Exception
Edit,Edit
Delete,Delete
"Delete %1","Delete %1"
"Are you sure you wan\'t to delete a %1 record?","Are you sure you wan\'t to delete a %1 record?"
"Are you sure you want to delete a %1 record?","Are you sure you want to delete a %1 record?"
View,View
px.,px.
"No files found","No files found"
Expand Down Expand Up @@ -124,7 +124,7 @@ Block,Block
"Enable Block","Enable Block"
"Block Title","Block Title"
"Delete items","Delete items"
"Are you sure you wan't to delete selected items?","Are you sure you wan't to delete selected items?"
"Are you sure you want to delete selected items?","Are you sure you want to delete selected items?"
"Page Information","Page Information"
"Enable Page","Enable Page"
Content,Content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<action name="delete">
<settings>
<confirm>
<message translate="true">Are you sure you wan't to delete selected items?</message>
<message translate="true">Are you sure you want to delete selected items?</message>
<title translate="true">Delete items</title>
</confirm>
<url path="cms/block/massDelete"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<action name="delete">
<settings>
<confirm>
<message translate="true">Are you sure you wan't to delete selected items?</message>
<message translate="true">Are you sure you want to delete selected items?</message>
<title translate="true">Delete items</title>
</confirm>
<url path="cms/page/massDelete"/>
Expand Down

0 comments on commit 6e28594

Please sign in to comment.