[gnome-calculator] Fix translatable strings



commit 006f8f8b46fe11253ab7a37fe435309ec324d072
Author: Maximiliano Sandoval R <msandova protonmail com>
Date:   Sat Jun 4 12:31:14 2022 +0200

    Fix translatable strings
    
    See https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4784 and
    https://gitlab.gnome.org/GNOME/gtk/-/issues/4596.

 src/ui/buttons-advanced.ui    |  74 +++++++--------
 src/ui/buttons-basic.ui       |  28 +++---
 src/ui/buttons-financial.ui   | 212 +++++++++++++++++++++---------------------
 src/ui/buttons-programming.ui |  78 ++++++++--------
 4 files changed, 196 insertions(+), 196 deletions(-)
---
diff --git a/src/ui/buttons-advanced.ui b/src/ui/buttons-advanced.ui
index ad1d2ba6..3de978c5 100644
--- a/src/ui/buttons-advanced.ui
+++ b/src/ui/buttons-advanced.ui
@@ -119,7 +119,7 @@
                 <property name="label">mod</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Modulus divide</property>
+                <property name="tooltip_text" translatable="yes">Modulus divide</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos; mod &apos;</property>
                 <style>
@@ -136,7 +136,7 @@
                 <property name="label">÷</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Divide [/]</property>
+                <property name="tooltip_text" translatable="yes">Divide [/]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;÷&apos;</property>
                 <style>
@@ -232,7 +232,7 @@
                 <property name="label">×</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Multiply [*]</property>
+                <property name="tooltip_text" translatable="yes">Multiply [*]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;×&apos;</property>
                 <style>
@@ -249,7 +249,7 @@
                 <property name="label">−</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Subtract [-]</property>
+                <property name="tooltip_text" translatable="yes">Subtract [-]</property>
                 <property name="action_name">cal.subtract</property>
                 <style>
                   <class name="operator-button"/>
@@ -265,7 +265,7 @@
                 <property name="label">+</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Add [+]</property>
+                <property name="tooltip_text" translatable="yes">Add [+]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;+&apos;</property>
                 <style>
@@ -281,7 +281,7 @@
               <object class="GtkButton" id="calc_pi_button">
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Pi [Ctrl+P]</property>
+                <property name="tooltip_text" translatable="yes">Pi [Ctrl+P]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;π&apos;</property>
                 <child>
@@ -304,7 +304,7 @@
                 <property name="label">√</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Root [Ctrl+R]</property>
+                <property name="tooltip_text" translatable="yes">Root [Ctrl+R]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;√&apos;</property>
                 <style>
@@ -319,7 +319,7 @@
             <child>
               <object class="GtkButton" id="calc_x_squared_button">
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Square [Ctrl+2]</property>
+                <property name="tooltip_text" translatable="yes">Square [Ctrl+2]</property>
                 <property name="action_name">cal.square</property>
                 <child>
                   <object class="GtkLabel" id="x_squared_label">
@@ -340,7 +340,7 @@
               <object class="GtkButton" id="calc_clear_button">
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Clear Display [Escape]</property>
+                <property name="tooltip_text" translatable="yes">Clear Display [Escape]</property>
                 <property name="action_name">cal.clear</property>
                 <property name="icon_name">edit-clear-symbolic</property>
                 <style>
@@ -356,7 +356,7 @@
                 <property name="label">(</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Start Group [(]</property>
+                <property name="tooltip_text" translatable="yes">Start Group [(]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;(&apos;</property>
                 <style>
@@ -373,7 +373,7 @@
                 <property name="label">)</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">End Group [)]</property>
+                <property name="tooltip_text" translatable="yes">End Group [)]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;)&apos;</property>
                 <style>
@@ -390,7 +390,7 @@
                 <property name="label">%</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Percentage [%]</property>
+                <property name="tooltip_text" translatable="yes">Percentage [%]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;%&apos;</property>
                 <style>
@@ -404,10 +404,10 @@
             </child>
             <child>
               <object class="GtkButton" id="calc_result_button">
-                <property name="label" translatable="1" comments="Label on the solve button (clicking this 
solves the displayed calculation)">=</property>
+                <property name="label" translatable="yes" comments="Label on the solve button (clicking this 
solves the displayed calculation)">=</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Calculate Result</property>
+                <property name="tooltip_text" translatable="yes">Calculate Result</property>
                 <property name="action_name">cal.solve</property>
                 <style>
                   <class name="suggested-action"/>
@@ -436,7 +436,7 @@
             <child>
               <object class="GtkToggleButton" id="calc_subscript_button">
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Subscript mode [Alt]</property>
+                <property name="tooltip_text" translatable="yes">Subscript mode [Alt]</property>
                 <property name="action_name">cal.set-number-mode</property>
                 <property name="action_target">&apos;subscript&apos;</property>
                 <child>
@@ -457,7 +457,7 @@
             <child>
               <object class="GtkToggleButton" id="calc_superscript_button">
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Superscript mode [Ctrl]</property>
+                <property name="tooltip_text" translatable="yes">Superscript mode [Ctrl]</property>
                 <property name="action_name">cal.set-number-mode</property>
                 <property name="action_target">&apos;superscript&apos;</property>
                 <child>
@@ -480,7 +480,7 @@
                 <property name="label">a×b</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Factorize [Ctrl+F]</property>
+                <property name="tooltip_text" translatable="yes">Factorize [Ctrl+F]</property>
                 <property name="action_name">cal.factorize</property>
                 <style>
                   <class name="function-button"/>
@@ -495,7 +495,7 @@
               <object class="GtkButton" id="calc_exponential_button">
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Scientific exponent [Ctrl+E]</property>
+                <property name="tooltip_text" translatable="yes">Scientific exponent [Ctrl+E]</property>
                 <property name="action_name">cal.insert-exponent</property>
                 <child>
                   <object class="GtkLabel" id="label2">
@@ -516,7 +516,7 @@
               <object class="GtkButton" id="calc_cosine_button">
                 <property name="label">cos</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Cosine</property>
+                <property name="tooltip_text" translatable="yes">Cosine</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;cos &apos;</property>
                 <style>
@@ -532,7 +532,7 @@
               <object class="GtkButton" id="calc_sine_button">
                 <property name="label">sin</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Sine</property>
+                <property name="tooltip_text" translatable="yes">Sine</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;sin &apos;</property>
                 <style>
@@ -548,7 +548,7 @@
               <object class="GtkButton" id="calc_tangent_button">
                 <property name="label">tan</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Tangent</property>
+                <property name="tooltip_text" translatable="yes">Tangent</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;tan &apos;</property>
                 <style>
@@ -564,7 +564,7 @@
               <object class="GtkButton" id="calc_hyperbolic_cosine_button">
                 <property name="label">cosh</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Hyperbolic Cosine</property>
+                <property name="tooltip_text" translatable="yes">Hyperbolic Cosine</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;cosh &apos;</property>
                 <style>
@@ -580,7 +580,7 @@
               <object class="GtkButton" id="calc_hyperbolic_sine_button">
                 <property name="label">sinh</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Hyperbolic Sine</property>
+                <property name="tooltip_text" translatable="yes">Hyperbolic Sine</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;sinh &apos;</property>
                 <style>
@@ -596,7 +596,7 @@
               <object class="GtkButton" id="calc_hyperbolic_tangent_button">
                 <property name="label">tanh</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Hyperbolic Tangent</property>
+                <property name="tooltip_text" translatable="yes">Hyperbolic Tangent</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;tanh &apos;</property>
                 <style>
@@ -611,7 +611,7 @@
             <child>
               <object class="GtkButton" id="calc_x_pow_y_button">
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Exponent [^ or **]</property>
+                <property name="tooltip_text" translatable="yes">Exponent [^ or **]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;^&apos;</property>
                 <child>
@@ -632,7 +632,7 @@
             <child>
               <object class="GtkButton" id="calc_inverse_button">
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Inverse [Ctrl+I]</property>
+                <property name="tooltip_text" translatable="yes">Inverse [Ctrl+I]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;⁻¹&apos;</property>
                 <child>
@@ -655,7 +655,7 @@
               <object class="GtkButton" id="calc_eulers_number_button">
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Euler’s Number</property>
+                <property name="tooltip_text" translatable="yes">Euler’s Number</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;e&apos;</property>
                 <child>
@@ -678,7 +678,7 @@
                 <property name="label">ln</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Natural Logarithm</property>
+                <property name="tooltip_text" translatable="yes">Natural Logarithm</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;ln &apos;</property>
                 <style>
@@ -694,7 +694,7 @@
               <object class="GtkButton" id="calc_logarithm_button">
                 <property name="label">log</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Logarithm</property>
+                <property name="tooltip_text" translatable="yes">Logarithm</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;log &apos;</property>
                 <style>
@@ -709,7 +709,7 @@
             <child>
               <object class="GtkButton" id="calc_factorial_button">
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Factorial [!]</property>
+                <property name="tooltip_text" translatable="yes">Factorial [!]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;!&apos;</property>
                 <child>
@@ -731,7 +731,7 @@
               <object class="GtkButton" id="calc_abs_button">
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Absolute Value [|]</property>
+                <property name="tooltip_text" translatable="yes">Absolute Value [|]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;|&apos;</property>
                 <child>
@@ -775,7 +775,7 @@
                 <property name="label">Re</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Real Component</property>
+                <property name="tooltip_text" translatable="yes">Real Component</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;Re &apos;</property>
                 <style>
@@ -792,7 +792,7 @@
                 <property name="label">Im</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Imaginary Component</property>
+                <property name="tooltip_text" translatable="yes">Imaginary Component</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;Im &apos;</property>
                 <style>
@@ -809,7 +809,7 @@
                 <property name="label">conj</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Complex conjugate</property>
+                <property name="tooltip_text" translatable="yes">Complex conjugate</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;conj &apos;</property>
                 <style>
@@ -826,7 +826,7 @@
                 <property name="label">Arg</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Complex argument</property>
+                <property name="tooltip_text" translatable="yes">Complex argument</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;Arg &apos;</property>
                 <style>
@@ -842,7 +842,7 @@
               <object class="GtkMenuButton" id="calc_memory_button">
                 <property name="focus_on_click">False</property>
                 <property name="tooltip_text" translatable="yes">Memory</property>
-                <property name="label" translatable="1" comments="The label on the memory 
button">x</property>
+                <property name="label" translatable="yes" comments="The label on the memory 
button">x</property>
                 <style>
                   <class name="function-button"/>
                 </style>
@@ -856,7 +856,7 @@
             <child>
               <object class="GtkMenuButton" id="calc_function_button">
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Additional Functions</property>
+                <property name="tooltip_text" translatable="yes">Additional Functions</property>
                 <property name="label">f(x)</property>
                 <style>
                   <class name="fx-button"/>
diff --git a/src/ui/buttons-basic.ui b/src/ui/buttons-basic.ui
index b9877b26..5d372eb9 100644
--- a/src/ui/buttons-basic.ui
+++ b/src/ui/buttons-basic.ui
@@ -124,7 +124,7 @@
             <property name="receives_default">1</property>
             <property name="use_underline">1</property>
             <property name="focus_on_click">0</property>
-            <property name="tooltip_text" translatable="1">Modulus divide</property>
+            <property name="tooltip_text" translatable="yes">Modulus divide</property>
             <property name="action_name">cal.insert-general</property>
             <property name="action_target">&apos; mod &apos;</property>
             <style>
@@ -142,7 +142,7 @@
             <property name="receives_default">1</property>
             <property name="use_underline">1</property>
             <property name="focus_on_click">0</property>
-            <property name="tooltip_text" translatable="1">Divide [/]</property>
+            <property name="tooltip_text" translatable="yes">Divide [/]</property>
             <property name="action_name">cal.insert-general</property>
             <property name="action_target">&apos;÷&apos;</property>
             <style>
@@ -244,7 +244,7 @@
             <property name="receives_default">1</property>
             <property name="use_underline">1</property>
             <property name="focus_on_click">0</property>
-            <property name="tooltip_text" translatable="1">Multiply [*]</property>
+            <property name="tooltip_text" translatable="yes">Multiply [*]</property>
             <property name="action_name">cal.insert-general</property>
             <property name="action_target">&apos;×&apos;</property>
             <style>
@@ -262,7 +262,7 @@
             <property name="receives_default">1</property>
             <property name="use_underline">1</property>
             <property name="focus_on_click">0</property>
-            <property name="tooltip_text" translatable="1">Subtract [-]</property>
+            <property name="tooltip_text" translatable="yes">Subtract [-]</property>
             <property name="action_name">cal.subtract</property>
             <style>
               <class name="operator-button"/>
@@ -279,7 +279,7 @@
             <property name="receives_default">1</property>
             <property name="use_underline">1</property>
             <property name="focus_on_click">0</property>
-            <property name="tooltip_text" translatable="1">Add [+]</property>
+            <property name="tooltip_text" translatable="yes">Add [+]</property>
             <property name="action_name">cal.insert-general</property>
             <property name="action_target">&apos;+&apos;</property>
             <style>
@@ -296,7 +296,7 @@
             <property name="receives_default">1</property>
             <property name="use_underline">1</property>
             <property name="focus_on_click">0</property>
-            <property name="tooltip_text" translatable="1">Pi [Ctrl+P]</property>
+            <property name="tooltip_text" translatable="yes">Pi [Ctrl+P]</property>
             <property name="action_name">cal.insert-general</property>
             <property name="action_target">&apos;π&apos;</property>
             <child>
@@ -320,7 +320,7 @@
             <property name="receives_default">1</property>
             <property name="use_underline">1</property>
             <property name="focus_on_click">0</property>
-            <property name="tooltip_text" translatable="1">Root [Ctrl+R]</property>
+            <property name="tooltip_text" translatable="yes">Root [Ctrl+R]</property>
             <property name="action_name">cal.insert-general</property>
             <property name="action_target">&apos;√&apos;</property>
             <style>
@@ -336,7 +336,7 @@
           <object class="GtkButton" id="calc_x_squared_button">
             <property name="receives_default">1</property>
             <property name="focus_on_click">0</property>
-            <property name="tooltip_text" translatable="1">Square [Ctrl+2]</property>
+            <property name="tooltip_text" translatable="yes">Square [Ctrl+2]</property>
             <property name="action_name">cal.square</property>
             <child>
               <object class="GtkLabel" id="x_squared_label">
@@ -358,7 +358,7 @@
             <property name="receives_default">1</property>
             <property name="use_underline">1</property>
             <property name="focus_on_click">0</property>
-            <property name="tooltip_text" translatable="1">Clear Display [Escape]</property>
+            <property name="tooltip_text" translatable="yes">Clear Display [Escape]</property>
             <property name="action_name">cal.clear</property>
             <property name="icon_name">edit-clear-symbolic</property>
             <style>
@@ -375,7 +375,7 @@
             <property name="receives_default">1</property>
             <property name="use_underline">1</property>
             <property name="focus_on_click">0</property>
-            <property name="tooltip_text" translatable="1">Start Group [(]</property>
+            <property name="tooltip_text" translatable="yes">Start Group [(]</property>
             <property name="action_name">cal.insert-general</property>
             <property name="action_target">&apos;(&apos;</property>
             <style>
@@ -393,7 +393,7 @@
             <property name="receives_default">1</property>
             <property name="use_underline">1</property>
             <property name="focus_on_click">0</property>
-            <property name="tooltip_text" translatable="1">End Group [)]</property>
+            <property name="tooltip_text" translatable="yes">End Group [)]</property>
             <property name="action_name">cal.insert-general</property>
             <property name="action_target">&apos;)&apos;</property>
             <style>
@@ -411,7 +411,7 @@
             <property name="receives_default">1</property>
             <property name="use_underline">1</property>
             <property name="focus_on_click">0</property>
-            <property name="tooltip_text" translatable="1">Percentage [%]</property>
+            <property name="tooltip_text" translatable="yes">Percentage [%]</property>
             <property name="action_name">cal.insert-general</property>
             <property name="action_target">&apos;%&apos;</property>
             <style>
@@ -425,11 +425,11 @@
         </child>
         <child>
           <object class="GtkButton" id="calc_result_button">
-            <property name="label" translatable="1" comments="Label on the solve button (clicking this 
solves the displayed calculation)">=</property>
+            <property name="label" translatable="yes" comments="Label on the solve button (clicking this 
solves the displayed calculation)">=</property>
             <property name="receives_default">1</property>
             <property name="use_underline">1</property>
             <property name="focus_on_click">0</property>
-            <property name="tooltip_text" translatable="1">Calculate Result</property>
+            <property name="tooltip_text" translatable="yes">Calculate Result</property>
             <property name="action_name">cal.solve</property>
             <style>
               <class name="suggested-action"/>
diff --git a/src/ui/buttons-financial.ui b/src/ui/buttons-financial.ui
index 08edd29a..11c93fa5 100644
--- a/src/ui/buttons-financial.ui
+++ b/src/ui/buttons-financial.ui
@@ -2,7 +2,7 @@
 <interface>
   <requires lib="gtk" version="4.0"/>
   <object class="GtkDialog" id="ctrm_dialog">
-    <property name="title" translatable="1" comments="Title of Compounding Term dialog">Compounding 
Term</property>
+    <property name="title" translatable="yes" comments="Title of Compounding Term dialog">Compounding 
Term</property>
     <property name="default_width">462</property>
     <property name="default_height">234</property>
     <property name="use_header_bar">1</property>
@@ -52,7 +52,7 @@
             <child>
               <object class="GtkLabel" id="label5">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Compounding Term Dialog: Label before 
present value input">Present _Value:</property>
+                <property name="label" translatable="yes" comments="Compounding Term Dialog: Label before 
present value input">Present _Value:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">ctrm_pv</property>
                 <layout>
@@ -64,7 +64,7 @@
             <child>
               <object class="GtkLabel" id="label6">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Compounding Term Dialog: Label before 
periodic interest rate input">Periodic Interest _Rate:</property>
+                <property name="label" translatable="yes" comments="Compounding Term Dialog: Label before 
periodic interest rate input">Periodic Interest _Rate:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">ctrm_pint</property>
                 <layout>
@@ -77,7 +77,7 @@
               <object class="GtkLabel" id="label9">
                 <property name="halign">3</property>
                 <property name="width-chars">50</property>
-                <property name="label" translatable="1" comments="Compounding Term Dialog: Description of 
calculation">Calculates the number of compounding periods necessary to increase an investment of present 
value to a future value, at a fixed interest rate per compounding period.</property>
+                <property name="label" translatable="yes" comments="Compounding Term Dialog: Description of 
calculation">Calculates the number of compounding periods necessary to increase an investment of present 
value to a future value, at a fixed interest rate per compounding period.</property>
                 <property name="wrap">1</property>
                 <layout>
                   <property name="column">0</property>
@@ -88,7 +88,7 @@
             <child>
               <object class="GtkLabel" id="label16">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Compounding Term Dialog: Label before 
future value input">_Future Value:</property>
+                <property name="label" translatable="yes" comments="Compounding Term Dialog: Label before 
future value input">_Future Value:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">ctrm_fv</property>
                 <layout>
@@ -107,19 +107,19 @@
     </action-widgets>
     <child type="action">
       <object class="GtkButton" id="button_ctrm_cancel">
-        <property name="label" translatable="1">_Cancel</property>
+        <property name="label" translatable="yes">_Cancel</property>
         <property name="use_underline">True</property>
       </object>
     </child>
     <child type="action">
       <object class="GtkButton" id="button_ctrm_calculate">
-        <property name="label" translatable="1" comments="Compounding Term Dialog: Calculate 
button">C_alculate</property>
+        <property name="label" translatable="yes" comments="Compounding Term Dialog: Calculate 
button">C_alculate</property>
         <property name="use_underline">True</property>
       </object>
     </child>
   </object>
   <object class="GtkDialog" id="ddb_dialog">
-    <property name="title" translatable="1" comments="Title of Double-Declining Depreciation 
dialog">Double-Declining Depreciation</property>
+    <property name="title" translatable="yes" comments="Title of Double-Declining Depreciation 
dialog">Double-Declining Depreciation</property>
     <property name="default_width">462</property>
     <property name="default_height">220</property>
     <property name="use_header_bar">1</property>
@@ -140,7 +140,7 @@
               <object class="GtkLabel" id="label7">
                 <property name="halign">3</property>
                 <property name="width-chars">50</property>
-                <property name="label" translatable="1" comments="Double-Declining Depreciation Dialog: 
Description of calculation">Calculates the depreciation allowance on an asset for a specified period of time, 
using the double-declining balance method.</property>
+                <property name="label" translatable="yes" comments="Double-Declining Depreciation Dialog: 
Description of calculation">Calculates the depreciation allowance on an asset for a specified period of time, 
using the double-declining balance method.</property>
                 <property name="wrap">1</property>
                 <layout>
                   <property name="column">0</property>
@@ -151,7 +151,7 @@
             <child>
               <object class="GtkLabel" id="label8">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Double-Declining Depreciation Dialog: 
Label before cost input">C_ost:</property>
+                <property name="label" translatable="yes" comments="Double-Declining Depreciation Dialog: 
Label before cost input">C_ost:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">ddb_cost</property>
                 <layout>
@@ -163,7 +163,7 @@
             <child>
               <object class="GtkLabel" id="label10">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Double-Declining Depreciation Dialog: 
Label before life input">_Life:</property>
+                <property name="label" translatable="yes" comments="Double-Declining Depreciation Dialog: 
Label before life input">_Life:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">ddb_life</property>
                 <layout>
@@ -195,7 +195,7 @@
             <child>
               <object class="GtkLabel" id="label11">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Double-Declining Depreciation Dialog: 
Label before period input">_Period:</property>
+                <property name="label" translatable="yes" comments="Double-Declining Depreciation Dialog: 
Label before period input">_Period:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">ddb_period</property>
                 <layout>
@@ -224,19 +224,19 @@
     </action-widgets>
     <child type="action">
       <object class="GtkButton" id="button_ddb_cancel">
-        <property name="label" translatable="1">_Cancel</property>
+        <property name="label" translatable="yes">_Cancel</property>
         <property name="use_underline">True</property>
       </object>
     </child>
     <child type="action">
       <object class="GtkButton" id="button_ddb_calculate">
-        <property name="label" translatable="1" comments="Double-Declining Depreciation Dialog: Calculate 
button">C_alculate</property>
+        <property name="label" translatable="yes" comments="Double-Declining Depreciation Dialog: Calculate 
button">C_alculate</property>
         <property name="use_underline">True</property>
       </object>
     </child>
   </object>
   <object class="GtkDialog" id="fv_dialog">
-    <property name="title" translatable="1" comments="Title of Future Value dialog">Future Value</property>
+    <property name="title" translatable="yes" comments="Title of Future Value dialog">Future Value</property>
     <property name="default_width">462</property>
     <property name="default_height">234</property>
     <property name="use_header_bar">1</property>
@@ -256,7 +256,7 @@
             <child>
               <object class="GtkLabel" id="label12">
                 <property name="width-chars">50</property>
-                <property name="label" translatable="1" comments="Future Value Dialog: Description of 
calculation">Calculates the future value of an investment based on a series of equal payments at a periodic 
interest rate over the number of payment periods in the term.</property>
+                <property name="label" translatable="yes" comments="Future Value Dialog: Description of 
calculation">Calculates the future value of an investment based on a series of equal payments at a periodic 
interest rate over the number of payment periods in the term.</property>
                 <property name="wrap">1</property>
                 <layout>
                   <property name="column">0</property>
@@ -267,7 +267,7 @@
             <child>
               <object class="GtkLabel" id="label13">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Future Value Dialog: Label before periodic 
payment input">_Periodic Payment:</property>
+                <property name="label" translatable="yes" comments="Future Value Dialog: Label before 
periodic payment input">_Periodic Payment:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">fv_pmt</property>
                 <layout>
@@ -279,7 +279,7 @@
             <child>
               <object class="GtkLabel" id="label14">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Future Value Dialog: Label before periodic 
interest rate input">Periodic Interest _Rate:</property>
+                <property name="label" translatable="yes" comments="Future Value Dialog: Label before 
periodic interest rate input">Periodic Interest _Rate:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">fv_pint</property>
                 <layout>
@@ -291,7 +291,7 @@
             <child>
               <object class="GtkLabel" id="label15">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Future Value Dialog: Label before number 
of periods input">_Number of Periods:</property>
+                <property name="label" translatable="yes" comments="Future Value Dialog: Label before number 
of periods input">_Number of Periods:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">fv_n</property>
                 <layout>
@@ -340,19 +340,19 @@
     </action-widgets>
     <child type="action">
       <object class="GtkButton" id="button_fv_cancel">
-        <property name="label" translatable="1">_Cancel</property>
+        <property name="label" translatable="yes">_Cancel</property>
         <property name="use_underline">True</property>
       </object>
     </child>
     <child type="action">
       <object class="GtkButton" id="button_fv_calculate">
-        <property name="label" translatable="1" comments="Future Value Dialog: Calculate 
button">C_alculate</property>
+        <property name="label" translatable="yes" comments="Future Value Dialog: Calculate 
button">C_alculate</property>
         <property name="use_underline">True</property>
       </object>
     </child>
   </object>
   <object class="GtkDialog" id="gpm_dialog">
-    <property name="title" translatable="1" comments="Title of Gross Profit Margin dialog">Gross Profit 
Margin</property>
+    <property name="title" translatable="yes" comments="Title of Gross Profit Margin dialog">Gross Profit 
Margin</property>
     <property name="default_width">462</property>
     <property name="default_height">180</property>
     <property name="use_header_bar">1</property>
@@ -372,7 +372,7 @@
             <child>
               <object class="GtkLabel" id="label47">
                 <property name="width-chars">50</property>
-                <property name="label" translatable="1" comments="Gross Profit Margin Dialog: Description of 
calculation">Calculates the resale price of a product, based on the product cost and the wanted gross profit 
margin.</property>
+                <property name="label" translatable="yes" comments="Gross Profit Margin Dialog: Description 
of calculation">Calculates the resale price of a product, based on the product cost and the wanted gross 
profit margin.</property>
                 <property name="wrap">1</property>
                 <layout>
                   <property name="column">0</property>
@@ -383,7 +383,7 @@
             <child>
               <object class="GtkLabel" id="label48">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Gross Profit Margin Dialog: Label before 
cost input">C_ost:</property>
+                <property name="label" translatable="yes" comments="Gross Profit Margin Dialog: Label before 
cost input">C_ost:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">gpm_cost</property>
                 <layout>
@@ -395,7 +395,7 @@
             <child>
               <object class="GtkLabel" id="label49">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Gross Profit Margin Dialog: Label before 
margin input">_Margin:</property>
+                <property name="label" translatable="yes" comments="Gross Profit Margin Dialog: Label before 
margin input">_Margin:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">gpm_margin</property>
                 <layout>
@@ -434,19 +434,19 @@
     </action-widgets>
     <child type="action">
       <object class="GtkButton" id="button_gpm_cancel">
-        <property name="label" translatable="1">_Cancel</property>
+        <property name="label" translatable="yes">_Cancel</property>
         <property name="use_underline">True</property>
       </object>
     </child>
     <child type="action">
       <object class="GtkButton" id="button_gpm_calculate">
-        <property name="label" translatable="1" comments="Gross Profit Margin Dialog: Calculate 
button">C_alculate</property>
+        <property name="label" translatable="yes" comments="Gross Profit Margin Dialog: Calculate 
button">C_alculate</property>
         <property name="use_underline">True</property>
       </object>
     </child>
   </object>
   <object class="GtkDialog" id="pmt_dialog">
-    <property name="title" translatable="1" comments="Title of Periodic Payment dialog">Periodic 
Payment</property>
+    <property name="title" translatable="yes" comments="Title of Periodic Payment dialog">Periodic 
Payment</property>
     <property name="default_width">462</property>
     <property name="default_height">218</property>
     <property name="use_header_bar">1</property>
@@ -467,7 +467,7 @@
               <object class="GtkLabel" id="label17">
                 <property name="halign">1</property>
                 <property name="width-chars">50</property>
-                <property name="label" translatable="1" comments="Periodic Payment Dialog: Description of 
calculation">Calculates the amount of the periodic payment of a loan, where payments are made at the end of 
each payment period. </property>
+                <property name="label" translatable="yes" comments="Periodic Payment Dialog: Description of 
calculation">Calculates the amount of the periodic payment of a loan, where payments are made at the end of 
each payment period. </property>
                 <property name="wrap">1</property>
                 <layout>
                   <property name="column">0</property>
@@ -478,7 +478,7 @@
             <child>
               <object class="GtkLabel" id="label18">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Periodic Payment Dialog: Label before 
principal input">_Principal:</property>
+                <property name="label" translatable="yes" comments="Periodic Payment Dialog: Label before 
principal input">_Principal:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">pmt_prin</property>
                 <layout>
@@ -490,7 +490,7 @@
             <child>
               <object class="GtkLabel" id="label19">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Periodic Payment Dialog: Label before 
periodic interest rate input">Periodic Interest _Rate:</property>
+                <property name="label" translatable="yes" comments="Periodic Payment Dialog: Label before 
periodic interest rate input">Periodic Interest _Rate:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">pmt_pint</property>
                 <layout>
@@ -502,7 +502,7 @@
             <child>
               <object class="GtkLabel" id="label21">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Periodic Payment Dialog: Label before term 
input">_Term:</property>
+                <property name="label" translatable="yes" comments="Periodic Payment Dialog: Label before 
term input">_Term:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">pmt_n</property>
                 <layout>
@@ -551,19 +551,19 @@
     </action-widgets>
     <child type="action">
       <object class="GtkButton" id="button_pmt_cancel">
-        <property name="label" translatable="1">_Cancel</property>
+        <property name="label" translatable="yes">_Cancel</property>
         <property name="use_underline">True</property>
       </object>
     </child>
     <child type="action">
       <object class="GtkButton" id="button_pmt_calculate">
-        <property name="label" translatable="1" comments="Periodic Payment Dialog: Calculate 
button">C_alculate</property>
+        <property name="label" translatable="yes" comments="Periodic Payment Dialog: Calculate 
button">C_alculate</property>
         <property name="use_underline">True</property>
       </object>
     </child>
   </object>
   <object class="GtkDialog" id="pv_dialog">
-    <property name="title" translatable="1" comments="Title of Present Value dialog">Present Value</property>
+    <property name="title" translatable="yes" comments="Title of Present Value dialog">Present 
Value</property>
     <property name="default_width">462</property>
     <property name="default_height">234</property>
     <property name="use_header_bar">1</property>
@@ -584,7 +584,7 @@
               <object class="GtkLabel" id="label36">
                 <property name="halign">1</property>
                 <property name="width-chars">50</property>
-                <property name="label" translatable="1" comments="Present Value Dialog: Description of 
calculation">Calculates the present value of an investment based on a series of equal payments discounted at 
a periodic interest rate over the number of payment periods in the term. </property>
+                <property name="label" translatable="yes" comments="Present Value Dialog: Description of 
calculation">Calculates the present value of an investment based on a series of equal payments discounted at 
a periodic interest rate over the number of payment periods in the term. </property>
                 <property name="wrap">1</property>
                 <layout>
                   <property name="column">0</property>
@@ -595,7 +595,7 @@
             <child>
               <object class="GtkLabel" id="label24">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Present Value Dialog: Label before 
periodic payment input">_Periodic Payment:</property>
+                <property name="label" translatable="yes" comments="Present Value Dialog: Label before 
periodic payment input">_Periodic Payment:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">pv_pmt</property>
                 <layout>
@@ -607,7 +607,7 @@
             <child>
               <object class="GtkLabel" id="label25">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Present Value Dialog: Label before 
periodic interest rate input">Periodic Interest _Rate:</property>
+                <property name="label" translatable="yes" comments="Present Value Dialog: Label before 
periodic interest rate input">Periodic Interest _Rate:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">pv_pint</property>
                 <layout>
@@ -619,7 +619,7 @@
             <child>
               <object class="GtkLabel" id="label26">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Present Value Dialog: Label before number 
of periods input">_Number of Periods:</property>
+                <property name="label" translatable="yes" comments="Present Value Dialog: Label before 
number of periods input">_Number of Periods:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">pv_n</property>
                 <layout>
@@ -668,19 +668,19 @@
     </action-widgets>
     <child type="action">
       <object class="GtkButton" id="button_pv_cancel">
-        <property name="label" translatable="1">_Cancel</property>
+        <property name="label" translatable="yes">_Cancel</property>
         <property name="use_underline">True</property>
       </object>
     </child>
     <child type="action">
       <object class="GtkButton" id="button_pv_calculate">
-        <property name="label" translatable="1" comments="Present Value Dialog: Calculate 
button">C_alculate</property>
+        <property name="label" translatable="yes" comments="Present Value Dialog: Calculate 
button">C_alculate</property>
         <property name="use_underline">True</property>
       </object>
     </child>
   </object>
   <object class="GtkDialog" id="rate_dialog">
-    <property name="title" translatable="1" comments="Title of Periodic Interest Rate dialog">Periodic 
Interest Rate</property>
+    <property name="title" translatable="yes" comments="Title of Periodic Interest Rate dialog">Periodic 
Interest Rate</property>
     <property name="default_width">462</property>
     <property name="default_height">218</property>
     <property name="use_header_bar">1</property>
@@ -701,7 +701,7 @@
               <object class="GtkLabel" id="label28">
                 <property name="halign">1</property>
                 <property name="width-chars">50</property>
-                <property name="label" translatable="1" comments="Periodic Interest Rate Dialog: Description 
of calculation">Calculates the periodic interest necessary to increase an investment to a future value, over 
the number of compounding periods. </property>
+                <property name="label" translatable="yes" comments="Periodic Interest Rate Dialog: 
Description of calculation">Calculates the periodic interest necessary to increase an investment to a future 
value, over the number of compounding periods. </property>
                 <property name="wrap">1</property>
                 <layout>
                   <property name="column">0</property>
@@ -712,7 +712,7 @@
             <child>
               <object class="GtkLabel" id="label29">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Periodic Interest Rate Dialog: Label 
before future value input">_Future Value:</property>
+                <property name="label" translatable="yes" comments="Periodic Interest Rate Dialog: Label 
before future value input">_Future Value:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">rate_fv</property>
                 <layout>
@@ -724,7 +724,7 @@
             <child>
               <object class="GtkLabel" id="label30">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Periodic Interest Rate Dialog: Label 
before present value input">Present _Value:</property>
+                <property name="label" translatable="yes" comments="Periodic Interest Rate Dialog: Label 
before present value input">Present _Value:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">rate_pv</property>
                 <layout>
@@ -736,7 +736,7 @@
             <child>
               <object class="GtkLabel" id="label31">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Periodic Interest Rate Dialog: Label 
before term input">_Term:</property>
+                <property name="label" translatable="yes" comments="Periodic Interest Rate Dialog: Label 
before term input">_Term:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">rate_n</property>
                 <layout>
@@ -785,19 +785,19 @@
     </action-widgets>
     <child type="action">
       <object class="GtkButton" id="button_rate_cancel">
-        <property name="label" translatable="1">_Cancel</property>
+        <property name="label" translatable="yes">_Cancel</property>
         <property name="use_underline">True</property>
       </object>
     </child>
     <child type="action">
       <object class="GtkButton" id="button_rate_calculate">
-        <property name="label" translatable="1" comments="Periodic Interest Rate Dialog: Calculate 
button">C_alculate</property>
+        <property name="label" translatable="yes" comments="Periodic Interest Rate Dialog: Calculate 
button">C_alculate</property>
         <property name="use_underline">True</property>
       </object>
     </child>
   </object>
   <object class="GtkDialog" id="sln_dialog">
-    <property name="title" translatable="1" comments="Title of Straight-Line Depreciation 
dialog">Straight-Line Depreciation</property>
+    <property name="title" translatable="yes" comments="Title of Straight-Line Depreciation 
dialog">Straight-Line Depreciation</property>
     <property name="default_width">462</property>
     <property name="default_height">254</property>
     <property name="use_header_bar">1</property>
@@ -817,7 +817,7 @@
             <child>
               <object class="GtkLabel" id="label33">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Straight-Line Depreciation Dialog: Label 
before cost input">_Cost:</property>
+                <property name="label" translatable="yes" comments="Straight-Line Depreciation Dialog: Label 
before cost input">_Cost:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">sln_cost</property>
                 <layout>
@@ -829,7 +829,7 @@
             <child>
               <object class="GtkLabel" id="label34">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Straight-Line Depreciation Dialog: Label 
before salvage input">_Salvage:</property>
+                <property name="label" translatable="yes" comments="Straight-Line Depreciation Dialog: Label 
before salvage input">_Salvage:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">sln_salvage</property>
                 <layout>
@@ -841,7 +841,7 @@
             <child>
               <object class="GtkLabel" id="label35">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Straight-Line Depreciation Dialog: Label 
before life input">_Life:</property>
+                <property name="label" translatable="yes" comments="Straight-Line Depreciation Dialog: Label 
before life input">_Life:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">sln_life</property>
                 <layout>
@@ -884,7 +884,7 @@
               <object class="GtkLabel" id="label32">
                 <property name="halign">1</property>
                 <property name="width-chars">50</property>
-                <property name="label" translatable="1" comments="Straight-Line Depreciation Dialog: 
Description of calculation">Calculates the straight-line depreciation of an asset for one period. The 
straight-line method of depreciation divides the depreciable cost evenly over the useful life of an asset. 
The useful life is the number of periods, typically years, over which an asset is depreciated. </property>
+                <property name="label" translatable="yes" comments="Straight-Line Depreciation Dialog: 
Description of calculation">Calculates the straight-line depreciation of an asset for one period. The 
straight-line method of depreciation divides the depreciable cost evenly over the useful life of an asset. 
The useful life is the number of periods, typically years, over which an asset is depreciated. </property>
                 <property name="wrap">1</property>
                 <layout>
                   <property name="column">0</property>
@@ -902,19 +902,19 @@
     </action-widgets>
     <child type="action">
       <object class="GtkButton" id="button_sln_cancel">
-        <property name="label" translatable="1">_Cancel</property>
+        <property name="label" translatable="yes">_Cancel</property>
         <property name="use_underline">True</property>
       </object>
     </child>
     <child type="action">
       <object class="GtkButton" id="button_sln_calculate">
-        <property name="label" translatable="1" comments="Straight-Line Depreciation Dialog: Calculate 
button">C_alculate</property>
+        <property name="label" translatable="yes" comments="Straight-Line Depreciation Dialog: Calculate 
button">C_alculate</property>
         <property name="use_underline">True</property>
       </object>
     </child>
   </object>
   <object class="GtkDialog" id="syd_dialog">
-    <property name="title" translatable="1" comments="Title of Sum-of-the-Years’-Digits Depreciation 
dialog">Sum-of-the-Years’-Digits Depreciation</property>
+    <property name="title" translatable="yes" comments="Title of Sum-of-the-Years’-Digits Depreciation 
dialog">Sum-of-the-Years’-Digits Depreciation</property>
     <property name="default_width">462</property>
     <property name="default_height">326</property>
     <property name="use_header_bar">1</property>
@@ -934,7 +934,7 @@
             <child>
               <object class="GtkLabel" id="label37">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Sum-of-the-Years’-Digits Depreciation 
Dialog: Label before period input">_Period:</property>
+                <property name="label" translatable="yes" comments="Sum-of-the-Years’-Digits Depreciation 
Dialog: Label before period input">_Period:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">syd_period</property>
                 <layout>
@@ -946,7 +946,7 @@
             <child>
               <object class="GtkLabel" id="label38">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Sum-of-the-Years’-Digits Depreciation 
Dialog: Label before life input">_Life:</property>
+                <property name="label" translatable="yes" comments="Sum-of-the-Years’-Digits Depreciation 
Dialog: Label before life input">_Life:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">syd_life</property>
                 <layout>
@@ -958,7 +958,7 @@
             <child>
               <object class="GtkLabel" id="label39">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Sum-of-the-Years’-Digits Depreciation 
Dialog: Label before salvage input">_Salvage:</property>
+                <property name="label" translatable="yes" comments="Sum-of-the-Years’-Digits Depreciation 
Dialog: Label before salvage input">_Salvage:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">syd_salvage</property>
                 <layout>
@@ -970,7 +970,7 @@
             <child>
               <object class="GtkLabel" id="label40">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Sum-of-the-Years’-Digits Depreciation 
Dialog: Label before cost input">_Cost:</property>
+                <property name="label" translatable="yes" comments="Sum-of-the-Years’-Digits Depreciation 
Dialog: Label before cost input">_Cost:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">syd_cost</property>
                 <layout>
@@ -1023,7 +1023,7 @@
               <object class="GtkLabel" id="label41">
                 <property name="halign">1</property>
                 <property name="width-chars">50</property>
-                <property name="label" translatable="1" comments="Sum-of-the-Years’-Digits Depreciation 
Dialog: Description of calculation">Calculates the depreciation allowance on an asset for a specified period 
of time, using the Sum-of-the-Years’-Digits method. This method of depreciation accelerates the rate of 
depreciation, so that more depreciation expense occurs in earlier periods than in later ones. The useful life 
is the number of periods, typically years, over which an asset is depreciated. </property>
+                <property name="label" translatable="yes" comments="Sum-of-the-Years’-Digits Depreciation 
Dialog: Description of calculation">Calculates the depreciation allowance on an asset for a specified period 
of time, using the Sum-of-the-Years’-Digits method. This method of depreciation accelerates the rate of 
depreciation, so that more depreciation expense occurs in earlier periods than in later ones. The useful life 
is the number of periods, typically years, over which an asset is depreciated. </property>
                 <property name="wrap">1</property>
                 <layout>
                   <property name="column">0</property>
@@ -1041,19 +1041,19 @@
     </action-widgets>
     <child type="action">
       <object class="GtkButton" id="button_syd_cancel">
-        <property name="label" translatable="1">_Cancel</property>
+        <property name="label" translatable="yes">_Cancel</property>
         <property name="use_underline">True</property>
       </object>
     </child>
     <child type="action">
       <object class="GtkButton" id="button_syd_calculate">
-        <property name="label" translatable="1" comments="Sum-of-the-Years’-Digits Depreciation Dialog: 
Calculate result button">C_alculate</property>
+        <property name="label" translatable="yes" comments="Sum-of-the-Years’-Digits Depreciation Dialog: 
Calculate result button">C_alculate</property>
         <property name="use_underline">True</property>
       </object>
     </child>
   </object>
   <object class="GtkDialog" id="term_dialog">
-    <property name="title" translatable="1" comments="Title of Payment Period dialog">Payment 
Period</property>
+    <property name="title" translatable="yes" comments="Title of Payment Period dialog">Payment 
Period</property>
     <property name="default_width">462</property>
     <property name="default_height">234</property>
     <property name="use_header_bar">1</property>
@@ -1103,7 +1103,7 @@
             <child>
               <object class="GtkLabel" id="label43">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Payment Period Dialog: Label before 
periodic interest rate input">Periodic Interest _Rate:</property>
+                <property name="label" translatable="yes" comments="Payment Period Dialog: Label before 
periodic interest rate input">Periodic Interest _Rate:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">term_pint</property>
                 <layout>
@@ -1115,7 +1115,7 @@
             <child>
               <object class="GtkLabel" id="label44">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Payment Period Dialog: Label before future 
value input">Future _Value:</property>
+                <property name="label" translatable="yes" comments="Payment Period Dialog: Label before 
future value input">Future _Value:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">term_fv</property>
                 <layout>
@@ -1127,7 +1127,7 @@
             <child>
               <object class="GtkLabel" id="label45">
                 <property name="halign">1</property>
-                <property name="label" translatable="1" comments="Payment Period Dialog: Label before 
periodic payment input">_Periodic Payment:</property>
+                <property name="label" translatable="yes" comments="Payment Period Dialog: Label before 
periodic payment input">_Periodic Payment:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">term_pmt</property>
                 <layout>
@@ -1140,7 +1140,7 @@
               <object class="GtkLabel" id="label46">
                 <property name="halign">1</property>
                 <property name="width-chars">50</property>
-                <property name="label" translatable="1" comments="Payment Period Dialog: Description of 
calculation">Calculates the number of payment periods that are necessary during the term of an ordinary 
annuity, to accumulate a future value, at a periodic interest rate.</property>
+                <property name="label" translatable="yes" comments="Payment Period Dialog: Description of 
calculation">Calculates the number of payment periods that are necessary during the term of an ordinary 
annuity, to accumulate a future value, at a periodic interest rate.</property>
                 <property name="wrap">1</property>
                 <layout>
                   <property name="column">0</property>
@@ -1158,13 +1158,13 @@
     </action-widgets>
     <child type="action">
       <object class="GtkButton" id="button_term_cancel">
-        <property name="label" translatable="1">_Cancel</property>
+        <property name="label" translatable="yes">_Cancel</property>
         <property name="use_underline">True</property>
       </object>
     </child>
     <child type="action">
       <object class="GtkButton" id="button_term_calculate">
-        <property name="label" translatable="1" comments="Payment Period Dialog: Button to calculate 
result">C_alculate</property>
+        <property name="label" translatable="yes" comments="Payment Period Dialog: Button to calculate 
result">C_alculate</property>
         <property name="use_underline">True</property>
       </object>
     </child>
@@ -1287,7 +1287,7 @@
                 <property name="label">mod</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Modulus divide</property>
+                <property name="tooltip_text" translatable="yes">Modulus divide</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos; mod &apos;</property>
                 <style>
@@ -1304,7 +1304,7 @@
                 <property name="label">÷</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Divide [/]</property>
+                <property name="tooltip_text" translatable="yes">Divide [/]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;÷&apos;</property>
                 <style>
@@ -1400,7 +1400,7 @@
                 <property name="label">×</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Multiply [*]</property>
+                <property name="tooltip_text" translatable="yes">Multiply [*]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;×&apos;</property>
                 <style>
@@ -1417,7 +1417,7 @@
                 <property name="label">−</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Subtract [-]</property>
+                <property name="tooltip_text" translatable="yes">Subtract [-]</property>
                 <property name="action_name">cal.subtract</property>
                 <style>
                   <class name="operator-button"/>
@@ -1433,7 +1433,7 @@
                 <property name="label">+</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Add [+]</property>
+                <property name="tooltip_text" translatable="yes">Add [+]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;+&apos;</property>
                 <style>
@@ -1450,7 +1450,7 @@
                 <property name="label">√</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Root [Ctrl+R]</property>
+                <property name="tooltip_text" translatable="yes">Root [Ctrl+R]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;√&apos;</property>
                 <style>
@@ -1466,7 +1466,7 @@
               <object class="GtkButton" id="calc_clear_button">
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Clear Display [Escape]</property>
+                <property name="tooltip_text" translatable="yes">Clear Display [Escape]</property>
                 <property name="icon_name">edit-clear-symbolic</property>
                 <property name="action_name">cal.clear</property>
                 <style>
@@ -1482,7 +1482,7 @@
                 <property name="label">(</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Start Group [(]</property>
+                <property name="tooltip_text" translatable="yes">Start Group [(]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;(&apos;</property>
                 <style>
@@ -1499,7 +1499,7 @@
                 <property name="label">)</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">End Group [)]</property>
+                <property name="tooltip_text" translatable="yes">End Group [)]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;)&apos;</property>
                 <style>
@@ -1516,7 +1516,7 @@
                 <property name="label">%</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Percentage [%]</property>
+                <property name="tooltip_text" translatable="yes">Percentage [%]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;%&apos;</property>
                 <style>
@@ -1530,10 +1530,10 @@
             </child>
             <child>
               <object class="GtkButton" id="calc_result_button">
-                <property name="label" translatable="1" comments="Label on the solve button (clicking this 
solves the displayed calculation)">=</property>
+                <property name="label" translatable="yes" comments="Label on the solve button (clicking this 
solves the displayed calculation)">=</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Calculate Result</property>
+                <property name="tooltip_text" translatable="yes">Calculate Result</property>
                 <property name="action_name">cal.solve</property>
                 <style>
                   <class name="suggested-action"/>
@@ -1548,7 +1548,7 @@
             <child>
               <object class="GtkButton" id="calc_x_pow_y_button">
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Exponent [^ or **]</property>
+                <property name="tooltip_text" translatable="yes">Exponent [^ or **]</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;^&apos;</property>
                 <child>
@@ -1570,7 +1570,7 @@
               <object class="GtkButton" id="calc_logarithm_button">
                 <property name="label">log</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Logarithm</property>
+                <property name="tooltip_text" translatable="yes">Logarithm</property>
                 <property name="action_name">cal.insert-general</property>
                 <property name="action_target">&apos;log &apos;</property>
                 <style>
@@ -1599,8 +1599,8 @@
             <child>
               <object class="GtkMenuButton" id="calc_memory_button">
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Memory</property>
-                <property name="label" translatable="1" comments="The label on the memory 
button">x</property>
+                <property name="tooltip_text" translatable="yes">Memory</property>
+                <property name="label" translatable="yes" comments="The label on the memory 
button">x</property>
                 <style>
                   <class name="function-button"/>
                 </style>
@@ -1613,10 +1613,10 @@
             </child>
             <child>
               <object class="GtkButton" id="calc_finc_compounding_term_button">
-                <property name="label" translatable="1" comments="Calculates the number of compounding 
periods necessary to increase an investment of present value pv to a future value of fv, at a fixed interest 
rate of int per compounding period. See also: http://en.wikipedia.org/wiki/Compound_interest";>Ctrm</property>
+                <property name="label" translatable="yes" comments="Calculates the number of compounding 
periods necessary to increase an investment of present value pv to a future value of fv, at a fixed interest 
rate of int per compounding period. See also: http://en.wikipedia.org/wiki/Compound_interest";>Ctrm</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Compounding Term</property>
+                <property name="tooltip_text" translatable="yes">Compounding Term</property>
                 <property name="action_name">cal.launch-finc-dialog</property>
                 <property name="action_target">&apos;ctrm_dialog&apos;</property>
                 <style>
@@ -1629,10 +1629,10 @@
             </child>
             <child>
               <object class="GtkButton" id="calc_finc_double_declining_depreciation_button">
-                <property name="label" translatable="1" comments="Calculates the depreciation allowance on 
an asset for a specified period of time, using the double-declining balance method. See also: 
http://en.wikipedia.org/wiki/Depreciation";>Ddb</property>
+                <property name="label" translatable="yes" comments="Calculates the depreciation allowance on 
an asset for a specified period of time, using the double-declining balance method. See also: 
http://en.wikipedia.org/wiki/Depreciation";>Ddb</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Double Declining Depreciation</property>
+                <property name="tooltip_text" translatable="yes">Double Declining Depreciation</property>
                 <property name="action_name">cal.launch-finc-dialog</property>
                 <property name="action_target">&apos;ddb_dialog&apos;</property>
                 <style>
@@ -1645,10 +1645,10 @@
             </child>
             <child>
               <object class="GtkButton" id="calc_finc_future_value_button">
-                <property name="label" translatable="1" comments="Calculates the future value of an 
investment based on a series of equal payments, each of amount pmt, at a periodic interest rate of int, over 
the number of payment periods in the term. See also: http://en.wikipedia.org/wiki/Future_value";>Fv</property>
+                <property name="label" translatable="yes" comments="Calculates the future value of an 
investment based on a series of equal payments, each of amount pmt, at a periodic interest rate of int, over 
the number of payment periods in the term. See also: http://en.wikipedia.org/wiki/Future_value";>Fv</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Future Value</property>
+                <property name="tooltip_text" translatable="yes">Future Value</property>
                 <property name="action_name">cal.launch-finc-dialog</property>
                 <property name="action_target">&apos;fv_dialog&apos;</property>
                 <style>
@@ -1661,10 +1661,10 @@
             </child>
             <child>
               <object class="GtkButton" id="calc_finc_term_button">
-                <property name="label" translatable="1" comments="Calculates the number of payment periods 
that are necessary during the term of an ordinary annuity, to accumulate a future value of fv, at a periodic 
interest rate of int. Each payment is equal to amount pmt. See also: 
http://en.wikipedia.org/wiki/Annuity_(finance_theory)">Term</property>
+                <property name="label" translatable="yes" comments="Calculates the number of payment periods 
that are necessary during the term of an ordinary annuity, to accumulate a future value of fv, at a periodic 
interest rate of int. Each payment is equal to amount pmt. See also: 
http://en.wikipedia.org/wiki/Annuity_(finance_theory)">Term</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Financial Term</property>
+                <property name="tooltip_text" translatable="yes">Financial Term</property>
                 <property name="action_name">cal.launch-finc-dialog</property>
                 <property name="action_target">&apos;term_dialog&apos;</property>
                 <style>
@@ -1678,10 +1678,10 @@
             </child>
             <child>
               <object class="GtkButton" id="calc_finc_sum_of_the_years_digits_depreciation_button">
-                <property name="label" translatable="1" comments="Calculates the depreciation allowance on 
an asset for a specified period of time, using the Sum-Of-The-Years’-Digits method. This method of 
depreciation accelerates the rate of depreciation, so that more depreciation expense occurs in earlier 
periods than in later ones. The depreciable cost is cost - salvage. The useful life is the number of periods, 
typically years, over which an asset is depreciated. See also: 
http://en.wikipedia.org/wiki/Depreciation";>Syd</property>
+                <property name="label" translatable="yes" comments="Calculates the depreciation allowance on 
an asset for a specified period of time, using the Sum-Of-The-Years’-Digits method. This method of 
depreciation accelerates the rate of depreciation, so that more depreciation expense occurs in earlier 
periods than in later ones. The depreciable cost is cost - salvage. The useful life is the number of periods, 
typically years, over which an asset is depreciated. See also: 
http://en.wikipedia.org/wiki/Depreciation";>Syd</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Sum of the Years Digits 
Depreciation</property>
+                <property name="tooltip_text" translatable="yes">Sum of the Years Digits 
Depreciation</property>
                 <property name="action_name">cal.launch-finc-dialog</property>
                 <property name="action_target">&apos;syd_dialog&apos;</property>
                 <style>
@@ -1695,10 +1695,10 @@
             </child>
             <child>
               <object class="GtkButton" id="calc_finc_straight_line_depreciation_button">
-                <property name="label" translatable="1" comments="Calculates the straight-line depreciation 
of an asset for one period. The depreciable cost is cost - salvage. The straight-line method of depreciation 
divides the depreciable cost evenly over the useful life of an asset. The useful life is the number of 
periods, typically years, over which an asset is depreciated. See also: 
http://en.wikipedia.org/wiki/Depreciation";>Sln</property>
+                <property name="label" translatable="yes" comments="Calculates the straight-line 
depreciation of an asset for one period. The depreciable cost is cost - salvage. The straight-line method of 
depreciation divides the depreciable cost evenly over the useful life of an asset. The useful life is the 
number of periods, typically years, over which an asset is depreciated. See also: 
http://en.wikipedia.org/wiki/Depreciation";>Sln</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Straight Line Depreciation</property>
+                <property name="tooltip_text" translatable="yes">Straight Line Depreciation</property>
                 <property name="action_name">cal.launch-finc-dialog</property>
                 <property name="action_target">&apos;sln_dialog&apos;</property>
                 <style>
@@ -1712,10 +1712,10 @@
             </child>
             <child>
               <object class="GtkButton" id="calc_finc_periodic_interest_rate_button">
-                <property name="label" translatable="1" comments="Calculates the periodic interest necessary 
to increase an investment of present value pv to a future value of fv, over the number of compounding periods 
in term. See also: http://en.wikipedia.org/wiki/Interest";>Rate</property>
+                <property name="label" translatable="yes" comments="Calculates the periodic interest 
necessary to increase an investment of present value pv to a future value of fv, over the number of 
compounding periods in term. See also: http://en.wikipedia.org/wiki/Interest";>Rate</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Periodic Interest Rate</property>
+                <property name="tooltip_text" translatable="yes">Periodic Interest Rate</property>
                 <property name="action_name">cal.launch-finc-dialog</property>
                 <property name="action_target">&apos;rate_dialog&apos;</property>
                 <style>
@@ -1729,10 +1729,10 @@
             </child>
             <child>
               <object class="GtkButton" id="calc_finc_present_value_button">
-                <property name="label" translatable="1" comments="Calculates the present value of an 
investment based on a series of equal payments, each of amount pmt, discounted at a periodic interest rate of 
int, over the number of payment periods in the term. See also: 
http://en.wikipedia.org/wiki/Present_value";>Pv</property>
+                <property name="label" translatable="yes" comments="Calculates the present value of an 
investment based on a series of equal payments, each of amount pmt, discounted at a periodic interest rate of 
int, over the number of payment periods in the term. See also: 
http://en.wikipedia.org/wiki/Present_value";>Pv</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Present Value</property>
+                <property name="tooltip_text" translatable="yes">Present Value</property>
                 <property name="action_name">cal.launch-finc-dialog</property>
                 <property name="action_target">&apos;pv_dialog&apos;</property>
                 <style>
@@ -1746,10 +1746,10 @@
             </child>
             <child>
               <object class="GtkButton" id="calc_finc_periodic_payment_button">
-                <property name="label" translatable="1" comments="Calculates the amount of the periodic 
payment of a loan, where payments are made at the end of each payment period. See also: 
http://en.wikipedia.org/wiki/Amortization_schedule";>Pmt</property>
+                <property name="label" translatable="yes" comments="Calculates the amount of the periodic 
payment of a loan, where payments are made at the end of each payment period. See also: 
http://en.wikipedia.org/wiki/Amortization_schedule";>Pmt</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Periodic Payment</property>
+                <property name="tooltip_text" translatable="yes">Periodic Payment</property>
                 <property name="action_name">cal.launch-finc-dialog</property>
                 <property name="action_target">&apos;pmt_dialog&apos;</property>
                 <style>
@@ -1763,10 +1763,10 @@
             </child>
             <child>
               <object class="GtkButton" id="calc_finc_gross_profit_margin_button">
-                <property name="label" translatable="1" comments="Calculates the resale price of a product, 
based on the product cost and the wanted gross profit margin. See also: 
http://en.wikipedia.org/wiki/Gross_profit_margin";>Gpm</property>
+                <property name="label" translatable="yes" comments="Calculates the resale price of a 
product, based on the product cost and the wanted gross profit margin. See also: 
http://en.wikipedia.org/wiki/Gross_profit_margin";>Gpm</property>
                 <property name="use_underline">True</property>
                 <property name="focus_on_click">False</property>
-                <property name="tooltip_text" translatable="1">Gross Profit Margin</property>
+                <property name="tooltip_text" translatable="yes">Gross Profit Margin</property>
                 <property name="action_name">cal.launch-finc-dialog</property>
                 <property name="action_target">&apos;gpm_dialog&apos;</property>
                 <style>
diff --git a/src/ui/buttons-programming.ui b/src/ui/buttons-programming.ui
index 29f28c9a..9fea10ec 100644
--- a/src/ui/buttons-programming.ui
+++ b/src/ui/buttons-programming.ui
@@ -1228,7 +1228,7 @@
                     <property name="label">√</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Root [Ctrl+R]</property>
+                    <property name="tooltip_text" translatable="yes">Root [Ctrl+R]</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;√&apos;</property>
                     <style>
@@ -1244,7 +1244,7 @@
                   <object class="GtkButton" id="calc_pi_button">
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Pi [Ctrl+P]</property>
+                    <property name="tooltip_text" translatable="yes">Pi [Ctrl+P]</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;π&apos;</property>
                     <child>
@@ -1266,7 +1266,7 @@
                     <property name="label">÷</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Divide [/]</property>
+                    <property name="tooltip_text" translatable="yes">Divide [/]</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;÷&apos;</property>
                     <style>
@@ -1283,7 +1283,7 @@
                     <property name="label">×</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Multiply [*]</property>
+                    <property name="tooltip_text" translatable="yes">Multiply [*]</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;×&apos;</property>
                     <style>
@@ -1300,7 +1300,7 @@
                     <property name="label">−</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Subtract [-]</property>
+                    <property name="tooltip_text" translatable="yes">Subtract [-]</property>
                     <property name="action_name">cal.subtract</property>
                     <style>
                       <class name="operator-button"/>
@@ -1316,7 +1316,7 @@
                     <property name="label">+</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Add [+]</property>
+                    <property name="tooltip_text" translatable="yes">Add [+]</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;+&apos;</property>
                     <style>
@@ -1330,10 +1330,10 @@
                 </child>
                 <child>
                   <object class="GtkButton" id="calc_result_button">
-                    <property name="label" translatable="1" comments="Label on the solve button (clicking 
this solves the displayed calculation)">=</property>
+                    <property name="label" translatable="yes" comments="Label on the solve button (clicking 
this solves the displayed calculation)">=</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Calculate Result</property>
+                    <property name="tooltip_text" translatable="yes">Calculate Result</property>
                     <property name="action_name">cal.solve</property>
                     <style>
                       <class name="suggested-action"/>
@@ -1349,7 +1349,7 @@
                   <object class="GtkButton" id="calc_clear_button">
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Clear Display [Escape]</property>
+                    <property name="tooltip_text" translatable="yes">Clear Display [Escape]</property>
                     <property name="action_name">cal.clear</property>
                     <property name="icon_name">edit-clear-symbolic</property>
                     <style>
@@ -1646,7 +1646,7 @@
                     <property name="label">mod</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Modulus divide</property>
+                    <property name="tooltip_text" translatable="yes">Modulus divide</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos; mod &apos;</property>
                     <style>
@@ -1662,7 +1662,7 @@
                     <property name="label">(</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Start Group [(]</property>
+                    <property name="tooltip_text" translatable="yes">Start Group [(]</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;(&apos;</property>
                     <style>
@@ -1678,7 +1678,7 @@
                     <property name="label">)</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">End Group [)]</property>
+                    <property name="tooltip_text" translatable="yes">End Group [)]</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;)&apos;</property>
                     <style>
@@ -1706,7 +1706,7 @@
                 <child>
                   <object class="GtkToggleButton" id="calc_subscript_button">
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Subscript mode [Alt]</property>
+                    <property name="tooltip_text" translatable="yes">Subscript mode [Alt]</property>
                     <property name="action_name">cal.set-number-mode</property>
                     <property name="action_target">&apos;subscript&apos;</property>
                     <child>
@@ -1727,7 +1727,7 @@
                 <child>
                   <object class="GtkToggleButton" id="calc_superscript_button">
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Superscript mode [Ctrl]</property>
+                    <property name="tooltip_text" translatable="yes">Superscript mode [Ctrl]</property>
                     <property name="action_name">cal.set-number-mode</property>
                     <property name="action_target">&apos;superscript&apos;</property>
                     <child>
@@ -1748,7 +1748,7 @@
                   <object class="GtkMenuButton" id="calc_shift_left_button">
                     <property name="focus_on_click">False</property>
                     <property name="label">&lt;&lt;</property>
-                    <property name="tooltip_text" translatable="1">Shift Left</property>
+                    <property name="tooltip_text" translatable="yes">Shift Left</property>
                     <style>
                       <class name="function-button"/>
                     </style>
@@ -1761,7 +1761,7 @@
                   <object class="GtkMenuButton" id="calc_shift_right_button">
                     <property name="focus_on_click">False</property>
                     <property name="label">&gt;&gt;</property>
-                    <property name="tooltip_text" translatable="1">Shift Right</property>
+                    <property name="tooltip_text" translatable="yes">Shift Right</property>
                     <style>
                       <class name="function-button"/>
                     </style>
@@ -1775,7 +1775,7 @@
                     <property name="label">XOR</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Boolean Exclusive OR</property>
+                    <property name="tooltip_text" translatable="yes">Boolean Exclusive OR</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;⊻&apos;</property>
                     <style>
@@ -1791,7 +1791,7 @@
                     <property name="label">OR</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Boolean OR</property>
+                    <property name="tooltip_text" translatable="yes">Boolean OR</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;∨&apos;</property>
                     <style>
@@ -1808,7 +1808,7 @@
                     <property name="label">AND</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Boolean AND</property>
+                    <property name="tooltip_text" translatable="yes">Boolean AND</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;∧&apos;</property>
                     <style>
@@ -1825,7 +1825,7 @@
                     <property name="label">NOT</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Boolean NOT</property>
+                    <property name="tooltip_text" translatable="yes">Boolean NOT</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;¬&apos;</property>
                     <style>
@@ -1842,7 +1842,7 @@
                     <property name="label">ones</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Ones’ Complement</property>
+                    <property name="tooltip_text" translatable="yes">Ones’ Complement</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;ones &apos;</property>
                     <style>
@@ -1859,7 +1859,7 @@
                     <property name="label">twos</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Two’s Complement</property>
+                    <property name="tooltip_text" translatable="yes">Two’s Complement</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;twos &apos;</property>
                     <style>
@@ -1874,7 +1874,7 @@
                 <child>
                   <object class="GtkButton" id="calc_x_pow_y_button">
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Exponent [^ or **]</property>
+                    <property name="tooltip_text" translatable="yes">Exponent [^ or **]</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;^&apos;</property>
                     <child>
@@ -1895,7 +1895,7 @@
                 <child>
                   <object class="GtkButton" id="calc_inverse_button">
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Inverse [Ctrl+I]</property>
+                    <property name="tooltip_text" translatable="yes">Inverse [Ctrl+I]</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;⁻¹&apos;</property>
                     <child>
@@ -1918,7 +1918,7 @@
                   <object class="GtkButton" id="calc_logarithm_button">
                     <property name="label">log</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Logarithm</property>
+                    <property name="tooltip_text" translatable="yes">Logarithm</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;log &apos;</property>
                     <style>
@@ -1935,7 +1935,7 @@
                     <property name="label">log₂</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Binary Logarithm</property>
+                    <property name="tooltip_text" translatable="yes">Binary Logarithm</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;log₂ &apos;</property>
                     <style>
@@ -1950,7 +1950,7 @@
                 <child>
                   <object class="GtkButton" id="calc_factorial_button">
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Factorial [!]</property>
+                    <property name="tooltip_text" translatable="yes">Factorial [!]</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;!&apos;</property>
                     <child>
@@ -1972,7 +1972,7 @@
                   <object class="GtkButton" id="calc_abs_button">
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Absolute Value [|]</property>
+                    <property name="tooltip_text" translatable="yes">Absolute Value [|]</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;|&apos;</property>
                     <child>
@@ -1995,7 +1995,7 @@
                     <property name="label">int</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Integer Component</property>
+                    <property name="tooltip_text" translatable="yes">Integer Component</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;int &apos;</property>
                     <style>
@@ -2012,7 +2012,7 @@
                     <property name="label">frac</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Fractional Component</property>
+                    <property name="tooltip_text" translatable="yes">Fractional Component</property>
                     <property name="action_name">cal.insert-general</property>
                     <property name="action_target">&apos;frac &apos;</property>
                     <style>
@@ -2029,7 +2029,7 @@
                     <property name="label">fact</property>
                     <property name="use_underline">True</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Factorize [Ctrl+F]</property>
+                    <property name="tooltip_text" translatable="yes">Factorize [Ctrl+F]</property>
                     <property name="action_name">cal.factorize</property>
                     <style>
                       <class name="function-button"/>
@@ -2044,7 +2044,7 @@
                   <object class="GtkButton" id="calc_character_button">
                     <property name="label">á</property>
                     <property name="focus_on_click">False</property>
-                    <property name="tooltip_text" translatable="1">Insert Character Code</property>
+                    <property name="tooltip_text" translatable="yes">Insert Character Code</property>
                     <property name="action_name">cal.insert-character</property>
                     <style>
                       <class name="function-button"/>
@@ -2059,8 +2059,8 @@
                 <child>
                   <object class="GtkMenuButton" id="calc_memory_button">
                     <property name="focus_on_click">False</property>
-                    <property name="label" translatable="1" comments="The label on the memory 
button">x</property>
-                    <property name="tooltip_text" translatable="1">Memory</property>
+                    <property name="label" translatable="yes" comments="The label on the memory 
button">x</property>
+                    <property name="tooltip_text" translatable="yes">Memory</property>
                     <style>
                       <class name="function-button"/>
                     </style>
@@ -2075,7 +2075,7 @@
                   <object class="GtkMenuButton" id="calc_word_size_button">
                     <property name="focus_on_click">False</property>
                     <property name="label">64-bit</property>
-                    <property name="tooltip_text" translatable="1">Change word size</property>
+                    <property name="tooltip_text" translatable="yes">Change word size</property>
                     <style>
                       <class name="function-button"/>
                     </style>
@@ -2098,7 +2098,7 @@
     </child>
   </object>
   <object class="GtkDialog" id="character_code_dialog">
-    <property name="title" translatable="1" comments="Title of insert character code dialog">Insert 
Character Code</property>
+    <property name="title" translatable="yes" comments="Title of insert character code dialog">Insert 
Character Code</property>
     <property name="resizable">0</property>
     <child internal-child="content_area">
       <object class="GtkBox" id="dialog-vbox3">
@@ -2112,7 +2112,7 @@
             <child>
               <object class="GtkLabel" id="label39">
                 <property name="halign">3</property>
-                <property name="label" translatable="1" comments="Insert ASCII dialog: Label before 
character entry">Ch_aracter:</property>
+                <property name="label" translatable="yes" comments="Insert ASCII dialog: Label before 
character entry">Ch_aracter:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">character_code_entry</property>
               </object>
@@ -2136,13 +2136,13 @@
         <property name="halign">2</property>
         <child>
           <object class="GtkButton" id="button8">
-            <property name="label" translatable="1">_Cancel</property>
+            <property name="label" translatable="yes">_Cancel</property>
             <property name="use_underline">True</property>
           </object>
         </child>
         <child>
           <object class="GtkButton" id="button9">
-            <property name="label" translatable="1" comments="Insert ASCII dialog: Button to insert selected 
character">_Insert</property>
+            <property name="label" translatable="yes" comments="Insert ASCII dialog: Button to insert 
selected character">_Insert</property>
             <property name="use_underline">True</property>
           </object>
         </child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]