Bug 954518 - The copyright year shouldn't be localizable, r=florian.

This commit is contained in:
Patrick Cloke 2011-11-09 23:23:04 +01:00
Родитель 4a7fd0e2ea
Коммит 93588978e0
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -47,6 +47,7 @@
%brandDTD;
<!ENTITY % aboutDialogDTD SYSTEM "chrome://instantbird/locale/aboutDialog.dtd" >
%aboutDialogDTD;
<!ENTITY copyrightYear "2011">
#ifdef XP_MACOSX
<!ENTITY % instantbirdDTD SYSTEM "chrome://instantbird/locale/instantbird.dtd">
%instantbirdDTD;
@ -141,7 +142,7 @@
<textbox id="libpurpleVersionField" readonly="true" class="plain"
tabindex="4" value="&libpurpleVersion; "/>
</vbox>
<description id="copyright" flex="1">&copyrightText;</description>
<description id="copyright" flex="1">&copyrightText2;</description>
<separator/>
<textbox id="userAgentField" readonly="true" class="plain"
tabindex="5" multiline="true"/>

Просмотреть файл

@ -6,4 +6,5 @@
<!ENTITY aboutVersion "version">
<!ENTITY geckoVersion "Gecko">
<!ENTITY libpurpleVersion "libpurple">
<!ENTITY copyrightText "&#169;2007-2011 Contributors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU GPL license version 2.0 or later.">
<!-- Use the &copyrightYear; entity to place the current year. -->
<!ENTITY copyrightText2 "&#169;2007-&copyrightYear; Contributors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU GPL license version 2.0 or later.">