diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-06-03 17:16:29 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-06-03 17:16:29 +0200 |
commit | 6fbeafc8433abc0212dff3af1cab9ea51381625f (patch) | |
tree | 48b61ca924313724ea8ee6312091644e42712e59 /view/prv_message.tpl | |
parent | daa4f5213f726b22846859f2f12d06889e9bdc9b (diff) | |
download | volse-hubzilla-6fbeafc8433abc0212dff3af1cab9ea51381625f.tar.gz volse-hubzilla-6fbeafc8433abc0212dff3af1cab9ea51381625f.tar.bz2 volse-hubzilla-6fbeafc8433abc0212dff3af1cab9ea51381625f.zip |
prv messages: make submit translateable
Diffstat (limited to 'view/prv_message.tpl')
-rw-r--r-- | view/prv_message.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/prv_message.tpl b/view/prv_message.tpl index 2ce07ce6f..ecfef95d6 100644 --- a/view/prv_message.tpl +++ b/view/prv_message.tpl @@ -17,7 +17,7 @@ $select <div id="prvmail-submit-wrapper" > - <input type="submit" id="prvmail-submit" name="submit" value="Submit" tabindex="13" /> + <input type="submit" id="prvmail-submit" name="submit" value="$submit" tabindex="13" /> <div id="prvmail-upload-wrapper" > <div id="prvmail-upload" class="icon border camera" title="$upload" ></div> </div> |