Skip to content

Commit

Permalink
Merge branch 'tradIt2 for minor punctuation corrections again
Browse files Browse the repository at this point in the history
'
  • Loading branch information
lafricain79 committed Apr 7, 2019
2 parents 7e2e611 + ba7ac55 commit 4d1072f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/gtk/search_sidebar.c
Expand Up @@ -255,7 +255,7 @@ void gui_create_search_sidebar(void)
gtk_box_pack_start(GTK_BOX(vbox5), ss.advanced_search, TRUE, FALSE,
0);
gtk_widget_set_tooltip_text(ss.advanced_search,
_("Open the separate Advanced Search dialog."));
_("Open the separate Advanced Search dialog"));
gtk_button_set_relief(GTK_BUTTON(ss.advanced_search),
GTK_RELIEF_HALF);

Expand Down
2 changes: 1 addition & 1 deletion ui/editor_studypad.xml
Expand Up @@ -9,7 +9,7 @@
<submenu name="File" _label="_File">
<menuitem name="OpenFile" verb="" _label="Open" _tip="Open a file in Studypad" pixtype="stock" pixname="Open"/>
<menuitem name="SaveFile" verb="" _label="Save" _tip="Save the current file" pixtype="stock" pixname="Save"/>
<menuitem name="SaveFileAs" verb="" _label="Save AS" _tip="Save the current file as" pixtype="stock" pixname="Save"/>
<menuitem name="SaveFileAs" verb="" _label="Save As…" _tip="Save the current file as" pixtype="stock" pixname="Save"/>
<separator/>
<menuitem name="BookMark" verb="" _label="Bookmark" _tip="Add this file to your bookmarks" pixtype="stock" pixname="gtk-jump-to"/>
<separator/>
Expand Down
2 changes: 1 addition & 1 deletion ui/navbar_versekey.glade
Expand Up @@ -456,7 +456,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">&#x25CF;</property>
<property name="tooltip" translatable="yes">Enter a Verse reference in Book 1:1 format and press Return</property>
<property name="tooltip" translatable="yes">Enter a Verse reference in Book 1:1 (or 1.1) format and press Return</property>
<accessibility>
<atkproperty name="AtkObject::accessible-name" translatable="yes">Reference Entry</atkproperty>
</accessibility>
Expand Down
2 changes: 1 addition & 1 deletion ui/navbar_versekey.gtkbuilder
Expand Up @@ -423,7 +423,7 @@
<object class="GtkEntry" id="entry_lookup">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">Enter a Verse reference in Book 1:1 format and press Return</property>
<property name="tooltip_text" translatable="yes">Enter a Verse reference in Book 1:1 (or 1.1) format and press Return</property>
<property name="invisible_char">●</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
Expand Down

0 comments on commit 4d1072f

Please sign in to comment.