Merge pull request #13609 from volzhs/useless-ttr

Unnecessary use of TTR
This commit is contained in:
volzhs 2017-12-02 08:37:27 +09:00 committed by GitHub
commit abdcf2c024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ private:
}
String sp = p.simplify_path();
project_path->set_text(sp);
set_message(TTR(" ")); // just so it does not disappear
set_message(" "); // just so it does not disappear
get_ok()->call_deferred("grab_focus");
}