Skip to content

Commit

Permalink
[GUI] translate some buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Oct 9, 2024
1 parent 581f6d0 commit d939807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/cpu-x-gtk-3.12.ui
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<property name="layout-style">end</property>
<child>
<object class="GtkButton" id="daemonbutton">
<property name="label">Start daemon</property>
<property name="label" translatable="yes">Start daemon</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
Expand Down Expand Up @@ -5858,7 +5858,7 @@
</child>
<child>
<object class="GtkButton" id="closebutton">
<property name="label">Close</property>
<property name="label" translatable="yes">Close</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
Expand Down
1 change: 0 additions & 1 deletion src/gui_gtk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ void GtkData::set_all_labels()
/* Common */
notebook->set_current_page(Options::get_selected_page());
this->labprgver->set_text(this->data.about.about.version);
this->daemonbutton->set_label(_("Start daemon"));
if(DAEMON_UP)
this->daemoninfobar->hide();
#ifndef FLATPAK
Expand Down

0 comments on commit d939807

Please sign in to comment.