Commit 6fec9c6 1 parent 7cb5c58 commit 6fec9c6 Copy full SHA for 6fec9c6
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* ct_codebox.cc
3
3
*
4
- * Copyright 2009-2024
4
+ * Copyright 2009-2025
5
5
* Giuseppe Penone <giuspen@gmail.com>
6
6
* Evgenii Gurianov <https://github.com/txe>
7
7
*
@@ -235,8 +235,8 @@ void CtCodebox::update_toolbar_buttons()
235
235
_toolbar.insert (_toolButtonPlay, -1 );
236
236
}
237
237
_toolButtonCopy.set_icon_name (" ct_edit_copy" );
238
- _toolButtonCopy.set_label (" Copy Code" );
239
- _toolButtonCopy.set_tooltip_text (" Copy Code" );
238
+ _toolButtonCopy.set_label (_ ( " Copy Code" ) );
239
+ _toolButtonCopy.set_tooltip_text (_ ( " Copy Code" ) );
240
240
_toolbar.insert (_toolButtonCopy, -1 );
241
241
_toolButtonProp.set_icon_name (" ct_codebox_edit" );
242
242
_toolButtonProp.set_label (_ (" Change CodeBox Properties" ));
You can’t perform that action at this time.
0 commit comments