diff options
author | momo-i <momo-i@ampache> | 2009-05-19 00:45:51 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2009-05-19 00:45:51 +0000 |
commit | 27898465844ac33da0bd5ac6c8fbbb4d05fbf5ea (patch) | |
tree | a342c9d203397019a706b25c0369655c36e9a055 /templates/show_edit_shout.inc.php | |
parent | 3f2f2a124d04640937fcc9c01ebd1cfa6862603f (diff) | |
download | ampache-27898465844ac33da0bd5ac6c8fbbb4d05fbf5ea.tar.gz ampache-27898465844ac33da0bd5ac6c8fbbb4d05fbf5ea.tar.bz2 ampache-27898465844ac33da0bd5ac6c8fbbb4d05fbf5ea.zip |
Add Hint for translators
Diffstat (limited to 'templates/show_edit_shout.inc.php')
-rw-r--r-- | templates/show_edit_shout.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_edit_shout.inc.php b/templates/show_edit_shout.inc.php index 5f8c0a16..f232484c 100644 --- a/templates/show_edit_shout.inc.php +++ b/templates/show_edit_shout.inc.php @@ -25,7 +25,7 @@ <input type="hidden" name="shout_id" value="<?php echo $shout->id; ?>" /> <table class="tabledata" cellpadding="0" cellspacing="0"> <tr> - <td><strong><?php printf(_('Created by: %s for %s'), $client->f_link, $object->f_link); ?></strong> + <td><strong><?php /* HINT: Client link, Object link */ printf(_('Created by: %s for %s'), $client->f_link, $object->f_link); ?></strong> <tr> <tr> <td><strong><?php echo _('Comment:'); ?></strong> |