mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Checked in patch for bug 273252: Description in timezone preferences not able to localize
Patch by sipaq. r=mostafah.
This commit is contained in:
parent
f53c2c5359
commit
4b2b29ba0f
@ -63,16 +63,13 @@
|
||||
"defaultzone"
|
||||
];
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
</script>
|
||||
|
||||
<groupbox>
|
||||
<caption label="&pref.calendar.timezone.caption;"/>
|
||||
<description>This doesn't yet do anything.</description>
|
||||
<description>&pref.calendar.timezone.shortdescription;</description>
|
||||
<description>&pref.calendar.timezone.description;</description>
|
||||
<hbox align="center">
|
||||
<hbox align="center">
|
||||
<description>&pref.defaultzone.label;</description>
|
||||
<menulist id="defaultzone" preftype="string" prefstring="calendar.timezone.default">
|
||||
<menupopup id="defaultzone">
|
||||
|
@ -144,6 +144,7 @@
|
||||
<!-- Calendar Timezone preferences information -->
|
||||
<!ENTITY pref.calendar.timezone.label "My Timezone">
|
||||
<!ENTITY pref.calendar.timezone.caption "Timezone">
|
||||
<!ENTITY pref.calendar.timezone.shortdescription "This doesn't yet do anything.">
|
||||
<!ENTITY pref.calendar.timezone.description "Timezone ID is (continent or ocean)/(largest city in legal timezone region).">
|
||||
<!ENTITY pref.defaultzone.label "Default Timezone:" >
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user