Skip to content

Commit

Permalink
Reuse existing common language token.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jun 23, 2015
1 parent 9ec9aaa commit 0d9c43d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dev/langtool/meta/ckeditor.plugin-embedbase/meta.txt
Expand Up @@ -3,7 +3,6 @@

pathName = Label displayed in the Elements Path when a media object is selected.
title = Label for the Media Embed dialog window.
url = Label for the URL field of the Media Embed dialog window.
button = Toolbar button tooltip for the Media Embed feature.
unsupportedUrlGiven = Error message displayed when the URL specified by the user is not supported by the Media Embed feature.
unsupportedUrl = Error message displayed when the particular URL is not supported by the Media Embed feature.
Expand Down
2 changes: 1 addition & 1 deletion plugins/embedbase/dialogs/embedbase.js
Expand Up @@ -77,7 +77,7 @@ CKEDITOR.dialog.add( 'embedBase', function( editor ) {
{
type: 'text',
id: 'url',
label: lang.url,
label: editor.lang.common.url,

setup: function( widget ) {
this.setValue( widget.data.url );
Expand Down
1 change: 0 additions & 1 deletion plugins/embedbase/lang/en.js
Expand Up @@ -5,7 +5,6 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
CKEDITOR.plugins.setLang( 'embedbase', 'en', {
pathName: 'media object',
title: 'Media Embed',
url: 'URL',
button: 'Insert Media Embed',
unsupportedUrlGiven: 'The specified URL is not supported.',
unsupportedUrl: 'The URL {url} is not supported by Media Embed.',
Expand Down

0 comments on commit 0d9c43d

Please sign in to comment.