Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
7fdf1827
Commit
7fdf1827
authored
Oct 20, 2013
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed issue with Romanian translator preventing treeview from working
parent
1a0a120b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
translator_ro.h
src/translator_ro.h
+1
-1
No files found.
src/translator_ro.h
View file @
7fdf1827
...
...
@@ -1899,7 +1899,7 @@ class TranslatorRomanian : public Translator
virtual
QCString
trPanelSynchronisationTooltip
(
bool
enable
)
{
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment