diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-01-05 22:11:59 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-01-05 22:16:03 +0100 |
commit | 8bf129b621fd368df71f3861a98b9a4f33de816a (patch) | |
tree | 6fcbe1f0872d4e893ccafbe165ea077e30ba5a00 /wizards/source | |
parent | 88fe046c158d5a20f8f9fa14a7d734ea3aaa85be (diff) |
fdo#88069 make the string 'Fax' localizable in Fax Wizard
Change-Id: I5258b47cba25451b36645e9de3a6a43e3ea3af4c
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/formwizard/dbwizres.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wizards/source/formwizard/dbwizres.src b/wizards/source/formwizard/dbwizres.src index a27cf7b1ec8f..5fc33b3bf8a3 100644 --- a/wizards/source/formwizard/dbwizres.src +++ b/wizards/source/formwizard/dbwizres.src @@ -2396,6 +2396,11 @@ String RID_FAXWIZARDDIALOG_START + 55 Text [ en-US] = "Modern Fax from Private"; }; +String RID_FAXWIZARDDIALOG_START + 56 +{ + Text [ en-US] = "Fax"; +}; + // Fax Wizard Communication Start String RID_FAXWIZARDCOMMUNICATION_START + 1 { |