diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-01-05 22:15:29 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-01-06 03:39:23 +0000 |
commit | 85c632cf640a23be3f760d42599f905b24772280 (patch) | |
tree | 217c857ad4da6b1f4741be28f51559336d89dca4 /wizards | |
parent | 2077e89fd1ba7cae10f22f751a674076b54bf9ab (diff) |
fdo#88068 make the string 'Red Line' localizable in Letter Wizard
Change-Id: If6a69eb384b7b7e6c71e96f126a27bcd45709ad4
(cherry picked from commit 219b151ea72b942434167c862473203e5e68d568)
Reviewed-on: https://gerrit.libreoffice.org/13759
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py b/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py index e61b6a72f799..2ef81e01eafd 100644 --- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py +++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py @@ -229,7 +229,7 @@ class LetterWizardDialogResources(object): LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 64), "Marine" : oWizardResource.getResText( LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 65), - "RedLine" : oWizardResource.getResText( + "Red Line" : oWizardResource.getResText( LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 66)} #Common Resources |