Commit 7fdf1827 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Fixed issue with Romanian translator preventing treeview from working

parent 1a0a120b
...@@ -1899,7 +1899,7 @@ class TranslatorRomanian : public Translator ...@@ -1899,7 +1899,7 @@ class TranslatorRomanian : public Translator
virtual QCString trPanelSynchronisationTooltip(bool enable) virtual QCString trPanelSynchronisationTooltip(bool enable)
{ {
QCString opt = enable ? "activa" : "dezactiva"; QCString opt = enable ? "activa" : "dezactiva";
return "apasă 'click' pentru a "+opt+" sincronizarea panourilor"; return "apasă click pentru a "+opt+" sincronizarea panourilor";
} }
/*! Used in a method of an Objective-C class that is declared in a /*! Used in a method of an Objective-C class that is declared in a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment