diff --git a/readme.txt b/readme.txt index d790854..82738a6 100644 --- a/readme.txt +++ b/readme.txt @@ -8,7 +8,7 @@ Stable tag: trunk License: MIT License URI: https://github.com/redbitcz/simpleshop-wp-plugin/blob/master/LICENSE -Plugin pro propojení Wordpress a SimpleShop.cz +Plugin pro propojení WordPress a SimpleShop.cz == Screenshots == 1. Rozšířený editor diff --git a/simpleshop-cz.php b/simpleshop-cz.php index 8a022a6..611a2cb 100644 --- a/simpleshop-cz.php +++ b/simpleshop-cz.php @@ -9,7 +9,7 @@ /* * Plugin Name: SimpleShop.cz * Plugin URI: https://www.simpleshop.cz/category/wordpress-plugin/ - * Description: Plugin implement SimpleShop.cz into Wordpress + * Description: Plugin implement SimpleShop.cz into WordPress * Author: Redbit s.r.o. * Author URI: https://www.redbit.cz * Version: dev-master @@ -24,6 +24,6 @@ define( 'SIMPLESHOP_PLUGIN_VERSION', 'dev-master' ); define( 'SIMPLESHOP_PREFIX', '_ssc_' ); -/** Start plugin*/ +/** Start plugin */ SimpleShop::$pluginMainFile = __FILE__; SimpleShop::getInstance();