diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-08-03 11:43:23 -0500 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2012-11-10 00:23:03 +0100 |
| commit | 6e7e70a18abc4368bc0728db420d1f7f61ad8686 (patch) | |
| tree | 0744070e54d714e36cfd2df8e65ccbdbe9673312 /phpBB/styles/prosilver/template/memberlist_im.html | |
| parent | b81a9a7fcba4c08804a2759ff8fadca24ada72b2 (diff) | |
| download | forums-6e7e70a18abc4368bc0728db420d1f7f61ad8686.tar forums-6e7e70a18abc4368bc0728db420d1f7f61ad8686.tar.gz forums-6e7e70a18abc4368bc0728db420d1f7f61ad8686.tar.bz2 forums-6e7e70a18abc4368bc0728db420d1f7f61ad8686.tar.xz forums-6e7e70a18abc4368bc0728db420d1f7f61ad8686.zip | |
[ticket/10780] Replace colon usage in template output with {L_COLON}
Replace all the instances (I could find) where the colon is displayed
to the user with {L_COLON} so it can be localised.
PHPBB3-10780
Diffstat (limited to 'phpBB/styles/prosilver/template/memberlist_im.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/memberlist_im.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_im.html b/phpBB/styles/prosilver/template/memberlist_im.html index ccef778ebb..68aed0b3dd 100644 --- a/phpBB/styles/prosilver/template/memberlist_im.html +++ b/phpBB/styles/prosilver/template/memberlist_im.html @@ -12,17 +12,17 @@ <fieldset> <dl class="fields2"> - <dt><label>{L_IM_RECIPIENT}:</label></dt> + <dt><label>{L_IM_RECIPIENT}{L_COLON}</label></dt> <dd><strong>{USERNAME}</strong><!-- IF S_SEND_ICQ or S_SEND_AIM or S_SEND_MSNM or S_NO_SEND_JABBER --> [ {IM_CONTACT} ]<!-- ENDIF --><!-- IF PRESENCE_IMG --> {PRESENCE_IMG}<!-- ENDIF --></dd> </dl> <!-- IF S_SEND_ICQ --> <dl class="fields2"> - <dt><label for="from">{L_IM_NAME}:</label></dt> + <dt><label for="from">{L_IM_NAME}{L_COLON}</label></dt> <dd><input class="inputbox autowidth" type="text" name="from" id="from" size="20" /></dd> </dl> <dl class="fields2"> - <dt><label for="body">{L_IM_MESSAGE}:</label></dt> + <dt><label for="body">{L_IM_MESSAGE}{L_COLON}</label></dt> <dd><textarea class="inputbox autowidth" name="body" id="body" rows="5" cols="45"></textarea></dd> </dl> <dl class="fields2"> @@ -54,7 +54,7 @@ <!-- IF S_SEND_JABBER --> <dl class="fields2"> - <dt><label for="message">{L_IM_MESSAGE}:</label></dt> + <dt><label for="message">{L_IM_MESSAGE}{L_COLON}</label></dt> <dd><textarea class="inputbox autowidth" name="message" id="message" rows="5" cols="45"></textarea></dd> </dl> <dl class="fields2"> |
