Skip to content

Commit

Permalink
Updated translations and tooltip.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 20, 2023
1 parent 299045e commit fed15ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions mrv2/lib/mrvWidgets/mrViewer.fl
Original file line number Diff line number Diff line change
Expand Up @@ -1086,12 +1086,12 @@ if (Fl::event_clicks() >= 1)
tooltip {Pick Draw Color and Alpha} xywh {5 337 20 20} box ENGRAVED_BOX color 3 selection_color 3 labeltype NO_LABEL labelfont 8 labelsize 24 align 32
}
Fl_Button uiOldPenColor {
user_data this user_data_type {ViewerUI*}
tooltip {Pick Draw Color and Alpha} xywh {25 357 15 16} box ENGRAVED_BOX color 1 selection_color 1 labeltype NO_LABEL labelfont 8 labelsize 24 align 32
user_data this user_data_type {ViewerUI*} selected
tooltip {Old Color Used. Click on the Arrow to alternate.} xywh {25 357 15 16} box ENGRAVED_BOX color 1 selection_color 1 labeltype NO_LABEL labelfont 8 labelsize 24 align 32
}
Fl_Button uiFlipPenColor {
user_data this user_data_type {ViewerUI*}
callback {mrv::flip_pen_color_cb( o, v );} selected
callback {mrv::flip_pen_color_cb( o, v );}
tooltip {Switch Colors} image {../../icons/Flip.svg} compress_image 1 xywh {25 337 16 20} box NO_BOX color 1 selection_color 1 labelfont 8 labelsize 24 align 16
}
Fl_Slider uiPenOpacity {
Expand Down
5 changes: 4 additions & 1 deletion mrv2/po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mrv2 v0.7.7\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-09-19 20:31-0300\n"
"POT-Creation-Date: 2023-09-19 21:25-0300\n"
"PO-Revision-Date: 2023-02-11 13:42-0300\n"
"Last-Translator: Gonzalo Garramuño <[email protected]>\n"
"Language-Team: Spanish <[email protected]>\n"
Expand Down Expand Up @@ -2866,6 +2866,9 @@ msgstr "Okay"
msgid "Okay"
msgstr "Okay"

msgid "Old Color Used. Click on the Arrow to alternate."
msgstr "Color Viejo Usado. Cliquée en la Flecha para intercambiar."

msgid "On Error"
msgstr "En Error"

Expand Down
7 changes: 5 additions & 2 deletions mrv2/po/messages.pot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Contributors to the mrv2 Project
# Copyright (C) YEAR Contributors\ to\ the\ mrv2\ Project
# This file is distributed under the same license as the mrv2 package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
Expand All @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mrv2 v0.7.7\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-09-19 20:31-0300\n"
"POT-Creation-Date: 2023-09-19 21:25-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -2567,6 +2567,9 @@ msgstr ""
msgid "Okay"
msgstr ""

msgid "Old Color Used. Click on the Arrow to alternate."
msgstr ""

msgid "On Error"
msgstr ""

Expand Down

0 comments on commit fed15ec

Please sign in to comment.