summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2016-09-11 00:02:38 +0400
committerYousuf Philips <philipz85@hotmail.com>2016-10-12 12:15:03 +0000
commit4ceadf4504d572ef9c75b452965c058678b9c7ce (patch)
treeebdde395b5f26a616098375ba19d79e04738fdbe /extensions
parent19a6070b48abbd7450ddccfc8af809cca83781bf (diff)
tdf#70979 make conference proceedings strings unique
Change-Id: I8386651390ba753108577ced29050585b72c5e78 Reviewed-on: https://gerrit.libreoffice.org/28813 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/sections.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/bibliography/sections.src b/extensions/source/bibliography/sections.src
index ceec0d7dbd4d..cf5da97dec6d 100644
--- a/extensions/source/bibliography/sections.src
+++ b/extensions/source/bibliography/sections.src
@@ -37,7 +37,7 @@ String ST_TYPE_BOOKLET
};
String ST_TYPE_CONFERENCE
{
- Text [ en-US ] = "Conference proceedings";
+ Text [ en-US ] = "Conference proceedings article (BiBTeX)";
};
String ST_TYPE_INBOOK
{
@@ -49,7 +49,7 @@ String ST_TYPE_INCOLLECTION
};
String ST_TYPE_INPROCEEDINGS
{
- Text [ en-US ] = "Conference proceedings";
+ Text [ en-US ] = "Conference proceedings article";
};
String ST_TYPE_JOURNAL
{