forked from r31k/dw-whoisinyourhackspace
Remove unnecessary stops from english translation keys
This commit is contained in:
parent
d411aa2d0f
commit
449657474b
|
@ -7,8 +7,8 @@
|
|||
|
||||
// menu entry for admin plugins
|
||||
$lang['wiyh_heading'] = 'State';
|
||||
$lang['wiyh_open'] = 'is open.';
|
||||
$lang['wiyh_closed'] = 'is closed.';
|
||||
$lang['wiyh_open'] = 'is open';
|
||||
$lang['wiyh_closed'] = 'is closed';
|
||||
$lang['wiyh_stats'] = 'Stats';
|
||||
$lang['wiyh_no_api_path'] = 'No API path was given.';
|
||||
$lang['wiyh_fetch_error'] = 'Could not fetch API path.';
|
||||
|
|
Loading…
Reference in New Issue