Merge pull request #697 from kubabrecka/quote_post_fix
fix title of "quote post" button
This commit is contained in:
commit
04ca4077a7
|
@ -4,7 +4,7 @@ window.PagedownCustom = {
|
||||||
insertButtons: [
|
insertButtons: [
|
||||||
{
|
{
|
||||||
id: 'wmd-quote-post',
|
id: 'wmd-quote-post',
|
||||||
description: I18n.t("js.composer.quote_title"),
|
description: I18n.t("js.composer.quote_post_title"),
|
||||||
execute: function() {
|
execute: function() {
|
||||||
// AWFUL but I can't figure out how to call a controller method from outside our app
|
// AWFUL but I can't figure out how to call a controller method from outside our app
|
||||||
return Discourse.__container__.lookup('controller:composer').importQuote();
|
return Discourse.__container__.lookup('controller:composer').importQuote();
|
||||||
|
|
|
@ -303,6 +303,7 @@ en:
|
||||||
show_preview: 'show preview »'
|
show_preview: 'show preview »'
|
||||||
hide_preview: '« hide preview'
|
hide_preview: '« hide preview'
|
||||||
|
|
||||||
|
quote_post_title: "Quote whole post"
|
||||||
bold_title: "Strong"
|
bold_title: "Strong"
|
||||||
bold_text: "strong text"
|
bold_text: "strong text"
|
||||||
italic_title: "Emphasis"
|
italic_title: "Emphasis"
|
||||||
|
@ -312,7 +313,7 @@ en:
|
||||||
link_dialog_title: "Insert Hyperlink"
|
link_dialog_title: "Insert Hyperlink"
|
||||||
link_optional_text: "optional title"
|
link_optional_text: "optional title"
|
||||||
quote_title: "Blockquote"
|
quote_title: "Blockquote"
|
||||||
quote_text: "Quote whole post"
|
quote_text: "Blockquote"
|
||||||
code_title: "Code Sample"
|
code_title: "Code Sample"
|
||||||
code_text: "enter code here"
|
code_text: "enter code here"
|
||||||
image_title: "Image"
|
image_title: "Image"
|
||||||
|
|
|
@ -303,7 +303,7 @@ es:
|
||||||
link_dialog_title: "Insert Hyperlink"
|
link_dialog_title: "Insert Hyperlink"
|
||||||
link_optional_text: "optional title"
|
link_optional_text: "optional title"
|
||||||
quote_title: "Blockquote"
|
quote_title: "Blockquote"
|
||||||
quote_text: "Quote whole post"
|
quote_text: "Blockquote"
|
||||||
code_title: "Code Sample"
|
code_title: "Code Sample"
|
||||||
code_text: "enter code here"
|
code_text: "enter code here"
|
||||||
image_title: "Image"
|
image_title: "Image"
|
||||||
|
|
|
@ -304,7 +304,7 @@ it:
|
||||||
link_dialog_title: "Inserisci Link"
|
link_dialog_title: "Inserisci Link"
|
||||||
link_optional_text: "titolo facoltativo"
|
link_optional_text: "titolo facoltativo"
|
||||||
quote_title: "Blockquote"
|
quote_title: "Blockquote"
|
||||||
quote_text: "Quote whole post"
|
quote_text: "Blockquote"
|
||||||
code_title: "Code Sample"
|
code_title: "Code Sample"
|
||||||
code_text: "inserisci il codice qui"
|
code_text: "inserisci il codice qui"
|
||||||
image_title: "Immagine"
|
image_title: "Immagine"
|
||||||
|
|
Loading…
Reference in New Issue