aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor <pashev.igor@gmail.com>2010-11-19 14:27:34 +0300
committerIgor <pashev.igor@gmail.com>2010-11-19 14:27:34 +0300
commite3fe33c17270d75510931d6d02efe76d645b825f (patch)
tree556ab266ad36c108d301da5ad22b0ddc8a1570eb
parent66ef9d45417ab4d8c4e0ecbf519e2c751362f85d (diff)
downloaddokuwiki-plugin-papers-e3fe33c17270d75510931d6d02efe76d645b825f.tar.gz
Booklets as booklets, not as books
-rw-r--r--lang/en/lang.php2
-rw-r--r--lang/ru/lang.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/en/lang.php b/lang/en/lang.php
index f6451d4..13c8383 100644
--- a/lang/en/lang.php
+++ b/lang/en/lang.php
@@ -11,7 +11,7 @@
// custom language strings for the plugin
$lang['book'] = 'Books';
-$lang['booklet'] = $lang['book'];
+$lang['booklet'] = 'Booklets';
$lang['article'] = 'Articles in peer-reviewed journals';
$lang['inproceedings'] = 'Theses of conferences';
$lang['misc'] = 'Other publications';
diff --git a/lang/ru/lang.php b/lang/ru/lang.php
index c1362bc..3f5f4b6 100644
--- a/lang/ru/lang.php
+++ b/lang/ru/lang.php
@@ -11,7 +11,7 @@
// custom language strings for the plugin
$lang['book'] = 'Книги';
-$lang['booklet'] = $lang['book'];
+$lang['booklet'] = 'Брошюры';
$lang['article'] = 'Статьи в рецензируемых журналах';
$lang['inproceedings'] = 'Тезисы конференций';
$lang['misc'] = 'Другие публикации';