diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-10-03 11:08:04 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-10-03 11:08:04 +0000 |
| commit | cb1137b519b261b679e2d88292f8fdbfe7f37ca1 (patch) | |
| tree | a1f37d08152ef4483034ed5100c7390758f86a63 | |
| parent | 94f84c35762a1f9d78a225b4eecdcdd18068fb1b (diff) | |
| download | webtrees-cb1137b519b261b679e2d88292f8fdbfe7f37ca1.tar.gz webtrees-cb1137b519b261b679e2d88292f8fdbfe7f37ca1.tar.bz2 webtrees-cb1137b519b261b679e2d88292f8fdbfe7f37ca1.zip | |
Use existing translation instead of adding new one
| -rw-r--r-- | modules/GEDFact_assistant/_CENS/census_2_source_input.php | 2 | ||||
| -rw-r--r-- | themes/clouds/modules.css | 2 | ||||
| -rw-r--r-- | themes/colors/modules.css | 2 | ||||
| -rw-r--r-- | themes/fab/modules.css | 4 | ||||
| -rw-r--r-- | themes/minimal/modules.css | 4 | ||||
| -rw-r--r-- | themes/webtrees/modules.css | 4 | ||||
| -rw-r--r-- | themes/xenea/modules.css | 4 |
7 files changed, 11 insertions, 11 deletions
diff --git a/modules/GEDFact_assistant/_CENS/census_2_source_input.php b/modules/GEDFact_assistant/_CENS/census_2_source_input.php index 54b9919ea0..5c173b7575 100644 --- a/modules/GEDFact_assistant/_CENS/census_2_source_input.php +++ b/modules/GEDFact_assistant/_CENS/census_2_source_input.php @@ -1029,7 +1029,7 @@ global $TEXT_DIRECTION; </script> </div> <div class="cens_sour_1"> - <div class="cens_sour_2"><?php echo i18n::translate('Reference'); ?></div> + <div class="cens_sour_2"><?php echo translate_fact('PAGE'); ?></div> <input id="citation" name="citation" type="text" value="<?php echo "";?>" /> </div> <div class="cens_sour_1"> diff --git a/themes/clouds/modules.css b/themes/clouds/modules.css index efbb81258c..f3bb2c263f 100644 --- a/themes/clouds/modules.css +++ b/themes/clouds/modules.css @@ -191,7 +191,7 @@ a.linka { padding: 0; } .cens_sour_2 { - width: 17%; + width: 20%; float: left; margin-top: 0.25em; } diff --git a/themes/colors/modules.css b/themes/colors/modules.css index 94902a2cb3..3639ebbde3 100644 --- a/themes/colors/modules.css +++ b/themes/colors/modules.css @@ -191,7 +191,7 @@ a.linka { padding: 0; } .cens_sour_2 { - width: 17%; + width: 20%; float: left; margin-top: 0.25em; } diff --git a/themes/fab/modules.css b/themes/fab/modules.css index 1080e84f95..08be992616 100644 --- a/themes/fab/modules.css +++ b/themes/fab/modules.css @@ -190,7 +190,7 @@ a.linka { padding: 0; } .cens_sour_2 { - width: 17%; + width: 20%; float: left; margin-top: 0.25em; } @@ -270,4 +270,4 @@ textarea#NOTE { /* xxxxxxxxxx - module ===================================================== */ -/* yyyyyyyyyy - module ===================================================== */
\ No newline at end of file +/* yyyyyyyyyy - module ===================================================== */ diff --git a/themes/minimal/modules.css b/themes/minimal/modules.css index ea2f879dc6..9e763055cd 100644 --- a/themes/minimal/modules.css +++ b/themes/minimal/modules.css @@ -191,7 +191,7 @@ a.linka { padding: 0; } .cens_sour_2 { - width: 17%; + width: 20%; float: left; margin-top: 0.25em; } @@ -257,4 +257,4 @@ textarea#NOTE { /* xxxxxxxxxx - module ===================================================== */ -/* yyyyyyyyyy - module ===================================================== */
\ No newline at end of file +/* yyyyyyyyyy - module ===================================================== */ diff --git a/themes/webtrees/modules.css b/themes/webtrees/modules.css index cd69a4ea3a..e322a17f19 100644 --- a/themes/webtrees/modules.css +++ b/themes/webtrees/modules.css @@ -190,7 +190,7 @@ a.linka { padding: 0; } .cens_sour_2 { - width: 17%; + width: 20%; float: left; margin-top: 0.25em; } @@ -255,4 +255,4 @@ textarea#NOTE { /* xxxxxxxxxx - module ===================================================== */ -/* yyyyyyyyyy - module ===================================================== */
\ No newline at end of file +/* yyyyyyyyyy - module ===================================================== */ diff --git a/themes/xenea/modules.css b/themes/xenea/modules.css index 7846cee7c1..88fa17a811 100644 --- a/themes/xenea/modules.css +++ b/themes/xenea/modules.css @@ -190,7 +190,7 @@ a.linka { padding: 0; } .cens_sour_2 { - width: 17%; + width: 20%; float: left; margin-top: 0.25em; } @@ -255,4 +255,4 @@ textarea#NOTE { /* xxxxxxxxxx - module ===================================================== */ -/* yyyyyyyyyy - module ===================================================== */
\ No newline at end of file +/* yyyyyyyyyy - module ===================================================== */ |
