Skip to content

Commit b957c31

Browse files
authored
Update translator_gr.h
update to 1.11.0
1 parent c692605 commit b957c31

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/translator_gr.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,6 +2656,15 @@ class TranslatorGreek : public TranslatorAdapter_1_11_0
26562656
{
26572657
return "Αντιγραφή στο πρόχειρο";
26582658
}
2659+
2660+
//////////////////////////////////////////////////////////////////////////
2661+
// new since 1.11.0
2662+
//////////////////////////////////////////////////////////////////////////
2663+
2664+
QCString trImportant() override
2665+
{
2666+
return "Σημαντικό";
2667+
}
26592668
};
26602669

26612670
#endif

0 commit comments

Comments
 (0)