po/metainfo.its: New file.
[pspp] / src / ui / gui / memorandum.txt
index 0df450b5c321c6a508e07bd8e77fac0779bc0294..c2cd66b6b7280e6206efe8c95acca90c7c660eee 100644 (file)
@@ -111,7 +111,7 @@ this:
 +---------------+-----------------+----------------+-----------------+
 
 In the second panel from the left, we might want a selector button.
-However, we don't want to to fill the entire panel.
+However, we don't want to fill the entire panel.
 So we put it in inside a GtkAlignment.  From the "Containers" category
 click "Alignment". and then the panel.   Such a widget is of course
 not visible,  but you will note its presence from the widget hierarchy
@@ -191,7 +191,7 @@ dialog_state_valid (gpointer data)
   PsppireDialogActionFoobar *ud = PSPPIRE_DIALOG_ACTION_FOOBAR (data);
 
   // This function is a predicate to determine if the dialog box has
-  //   been set to a state where is is appropriate to click OK  /
+  //   been set to a state where it is appropriate to click OK  /
   //  Paste.
 
   // If it returns FALSE, the OK and PASTE buttons are insensitive
@@ -211,7 +211,7 @@ refresh (PsppireDialogAction *rd_)
 
 
 // This function is called when the menuitem is activated.
-// It is what pops up the dialog 
+// It is what pops up the dialog
 static void
 psppire_dialog_action_foobar_activate (GAction *a)
 {
@@ -335,7 +335,7 @@ The newer ones contain the string:
   <requires lib="gtk+" version="3.12"/>
 
 Like the string suggests Glade version 3.18.x or later will probably
-be ok for these files. 
+be ok for these files.
 
 Hopefully the older style .ui files will gradually be converted to new
 style ones.