Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5644 from SAPlayer/inline-timing-translation
Browse files Browse the repository at this point in the history
Fix translation name: InlineBezierCurveEditor -> InlineTimingFunctionEditor
  • Loading branch information
redmunds committed Oct 23, 2013
2 parents 0f71dae + 192e677 commit 3c0ad14
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.timing-function-editor .coordinate-plane:after {
content: '{{INLINE_BEZIER_EDITOR_TIME}}';
content: '{{INLINE_TIMING_EDITOR_TIME}}';
}

.timing-function-editor .coordinate-plane:hover:before {
content: '{{INLINE_BEZIER_EDITOR_PROGRESSION}} (' attr(data-progression) '%)';
content: '{{INLINE_TIMING_EDITOR_PROGRESSION}} (' attr(data-progression) '%)';
}

.timing-function-editor .coordinate-plane:before {
content: '{{INLINE_BEZIER_EDITOR_PROGRESSION}}';
content: '{{INLINE_TIMING_EDITOR_PROGRESSION}}';
}

.timing-function-editor .coordinate-plane:hover:after {
content: '{{INLINE_BEZIER_EDITOR_TIME}} (' attr(data-time) '%)';
content: '{{INLINE_TIMING_EDITOR_TIME}} (' attr(data-time) '%)';
}
6 changes: 3 additions & 3 deletions src/nls/de/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,9 @@ define({
"LOCALE_ZH_CN" : "Chinesisch, vereinfacht",
"LOCALE_HU" : "Ungarisch",

// extensions/default/InlineBezierCurveEditor
"INLINE_BEZIER_EDITOR_TIME" : "Zeit",
"INLINE_BEZIER_EDITOR_PROGRESSION" : "Verlauf",
// extensions/default/InlineTimingFunctionEditor
"INLINE_TIMING_EDITOR_TIME" : "Zeit",
"INLINE_TIMING_EDITOR_PROGRESSION" : "Verlauf",

// extensions/default/InlineColorEditor
"COLOR_EDITOR_CURRENT_COLOR_SWATCH_TIP" : "Aktuelle Farbe",
Expand Down
6 changes: 3 additions & 3 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,9 +463,9 @@ define({
"LOCALE_ZH_CN" : "Chinese, simplified",
"LOCALE_HU" : "Hungarian",

// extensions/default/InlineBezierCurveEditor
"INLINE_BEZIER_EDITOR_TIME" : "Time",
"INLINE_BEZIER_EDITOR_PROGRESSION" : "Progression",
// extensions/default/InlineTimingFunctionEditor
"INLINE_TIMING_EDITOR_TIME" : "Time",
"INLINE_TIMING_EDITOR_PROGRESSION" : "Progression",

// extensions/default/InlineColorEditor
"COLOR_EDITOR_CURRENT_COLOR_SWATCH_TIP" : "Current Color",
Expand Down

0 comments on commit 3c0ad14

Please sign in to comment.