From d708afdc1cd0c23ee3381bd91fe20a7c2acfd056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 28 May 2016 12:46:17 +0200 Subject: i18n: Fix typo and sync template --- tools/editor/editor_profiler.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/editor') diff --git a/tools/editor/editor_profiler.cpp b/tools/editor/editor_profiler.cpp index 955af6b603..c9ee60cd54 100644 --- a/tools/editor/editor_profiler.cpp +++ b/tools/editor/editor_profiler.cpp @@ -425,10 +425,10 @@ void EditorProfiler::_activate_pressed() { if (activate->is_pressed()) { clear(); activate->set_icon(get_icon("Stop","EditorIcons")); - activate->set_text(TTR("Stop Profilinng")); + activate->set_text(TTR("Stop Profiling")); } else { activate->set_icon(get_icon("Play","EditorIcons")); - activate->set_text(TTR("Start Profilinng")); + activate->set_text(TTR("Start Profiling")); } @@ -672,7 +672,7 @@ EditorProfiler::EditorProfiler() hb->add_spacer(); - hb->add_child( memnew( Label(TTR("Frame#:") ) ) ); + hb->add_child( memnew( Label(TTR("Frame #:") ) ) ); cursor_metric_edit = memnew( SpinBox ); cursor_metric_edit->set_h_size_flags(SIZE_FILL); -- cgit v1.2.3