diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-01-05 22:15:29 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-01-05 22:16:03 +0100 |
commit | 219b151ea72b942434167c862473203e5e68d568 (patch) | |
tree | 7010e02e7056bbcbd21ec9d7dd303c190e387d64 /wizards | |
parent | 8bf129b621fd368df71f3861a98b9a4f33de816a (diff) |
fdo#88068 make the string 'Red Line' localizable in Letter Wizard
Change-Id: If6a69eb384b7b7e6c71e96f126a27bcd45709ad4
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 |