Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change "wan't" to "want" #9637

Merged
merged 1 commit into from
May 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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