Commit 26fc5817a8277e92a704ef22cab8e33058624886
1 parent
cd92bdbc
fix for KTS-310.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5926 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
2 additions
and
2 deletions
templates/ktstandard/action/discussion.smarty
| @@ -35,7 +35,7 @@ | @@ -35,7 +35,7 @@ | ||
| 35 | {/foreach} | 35 | {/foreach} |
| 36 | 36 | ||
| 37 | <div class="form_actions "> | 37 | <div class="form_actions "> |
| 38 | - <input type="submit" name="submit" value="{i18n}Create a new thread{/i18n}" /> | 38 | + <input type="submit" name="submit" value="{i18n}Create thread{/i18n}" /> |
| 39 | </div> | 39 | </div> |
| 40 | </fieldset> | 40 | </fieldset> |
| 41 | </form> | 41 | </form> |
templates/ktstandard/action/discussion_thread.smarty
| @@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
| 14 | {/foreach} | 14 | {/foreach} |
| 15 | 15 | ||
| 16 | <div class="form_actions "> | 16 | <div class="form_actions "> |
| 17 | - <input type="submit" name="submit" value="{i18n}Post a reply{/i18n}" /> | 17 | + <input type="submit" name="submit" value="{i18n}Post reply{/i18n}" /> |
| 18 | </div> | 18 | </div> |
| 19 | </fieldset> | 19 | </fieldset> |
| 20 | </form> | 20 | </form> |