Skip to content

Commit

Permalink
- fixed some bugs in the settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wallenium committed Dec 8, 2013
1 parent 7c817e7 commit cd3797c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion language/english.php
Expand Up @@ -25,6 +25,6 @@
'wordofthemoment_name' => 'Words Module',
'wordofthemoment_desc' => 'Output a randomword or sentence of the moment',
'pk_wotm_nobd' => 'No words defined!',
'wordofthemoment_words' => 'Add Words/Sentences, seperated by semicolon (;)',
'words_f_words' => 'Add Words/Sentences, seperated by semicolon (;)',
);
?>
2 changes: 1 addition & 1 deletion language/german.php
Expand Up @@ -25,6 +25,6 @@
'wordofthemoment_name' => 'Sprüche Modul',
'wordofthemoment_desc' => 'Zeigt ein zufälligen Satz oder Wort im Modul an.',
'pk_wotm_nobd' => 'Keine Sprüche definiert!',
'wordofthemoment_words' => 'Sprüche eingeben, per Semikolon (;) trennen',
'words_f_words' => 'Sprüche eingeben, per Semikolon (;) trennen',
);
?>
1 change: 1 addition & 0 deletions wordofthemoment_portal.class.php
Expand Up @@ -31,6 +31,7 @@ class wordofthemoment_portal extends portal_generic {
'icon' => 'fa-book',
'contact' => EQDKP_PROJECT_URL,
'description' => 'Output a randomword or sentence of the moment',
'lang_prefix' => 'words_'
);
protected static $positions = array('left1', 'left2', 'right', 'middle','bottom');
protected $settings = array(
Expand Down

0 comments on commit cd3797c

Please sign in to comment.