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

Changed Word from Well to Wrap #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion inc/config-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ function seed_csp4_get_options(){
$seed_csp4_options[ ] = array(
"type" => "checkbox",
"id" => "enable_well",
"label" => __( "Enable Well", 'coming-soon' ),
"label" => __( "Enable Wrap", 'coming-soon' ),
"desc" => __("This will wrap your content in a box.", 'coming-soon'),
"option_values" => array(
'1' => __( 'Yes', 'coming-soon' ),
Expand Down
2 changes: 1 addition & 1 deletion languages/coming-soon-da_DK.po
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ msgstr ""
"hvis du har brug for en større bredde. Eksempel: 900"

#: inc/config-settings.php:262
msgid "Enable Well"
msgid "Enable Wrap"
msgstr "Aktiver Well"

#: inc/config-settings.php:263
Expand Down
2 changes: 1 addition & 1 deletion languages/coming-soon-pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ msgstr ""
"numérico se você necessita disto maior. Exemplo: 900"

#: inc/config-settings.php:262
msgid "Enable Well"
msgid "Enable Wrap"
msgstr "Ativar roda"

#: inc/config-settings.php:263
Expand Down
2 changes: 1 addition & 1 deletion languages/coming-soon-sv_SE.po
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ msgstr ""
"numeriskt värde om du behöver en större maxbredd. Exempel: 900"

#: inc/config-settings.php:262
msgid "Enable Well"
msgid "Enable Wrap"
msgstr "Aktivera Behållare"

#: inc/config-settings.php:263
Expand Down
2 changes: 1 addition & 1 deletion languages/coming-soon.pot
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ msgid ""
msgstr ""

#: inc/config-settings.php:262
msgid "Enable Well"
msgid "Enable Wrap"
msgstr ""

#: inc/config-settings.php:263
Expand Down