From a17d131da38ec409de37b030669389f56654a592 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Thu, 9 Apr 2020 00:00:55 -0400 Subject: [PATCH] Remove apostrophes from instances of possessive "its". I noticed one instance of this while looking at the code the other day, and after a quick grep, realized it happened a *lot*! One of the many frustrating things about the English language is that we use apostrophes to make pretty much everything possessive *except* the pronoun "it". In that case, we use "its". "It's" is reserved for the contraction meaning "it is" or "it has". --- ChangeLog | 6 +++--- FAQ | 6 +++--- NEWS | 6 +++--- README | 4 ++-- WINGs/README | 12 ++++++------ WINGs/widgets.c | 2 +- WPrefs.app/README | 6 +++--- WPrefs.app/po/et.po | 2 +- WindowMaker/menu.fi.in | 2 +- WindowMaker/menu.he | 2 +- WindowMaker/menu.hr | 2 +- WindowMaker/menu.ro.in | 2 +- WindowMaker/menu.sl | 2 +- WindowMaker/menu.zh_CN | 2 +- WindowMaker/menu.zh_TW.in | 2 +- configure.ac | 2 +- doc/WPrefs.1 | 2 +- po/be.po | 2 +- po/bg.po | 2 +- po/ca.po | 2 +- po/cs.po | 2 +- po/da.po | 2 +- po/de.po | 2 +- po/el.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/fy.po | 2 +- po/gl.po | 2 +- po/hu.po | 2 +- po/hy.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/ko.po | 2 +- po/ms.po | 2 +- po/nl.po | 2 +- po/pt.po | 2 +- po/ru.po | 2 +- po/sk.po | 2 +- po/uk.po | 2 +- po/zh_CN.po | 2 +- po/zh_TW.po | 2 +- src/actions.c | 2 +- src/defaults.c | 2 +- src/dock.c | 2 +- src/menu.c | 4 ++-- src/menu.h | 2 +- src/screen.h | 2 +- src/stacking.c | 4 ++-- src/switchmenu.c | 2 +- src/window.h | 2 +- src/winspector.c | 2 +- util/wxpaste.c | 2 +- 54 files changed, 70 insertions(+), 70 deletions(-) diff --git a/ChangeLog b/ChangeLog index 59ecf5a1..67afbe1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4063,7 +4063,7 @@ Changes since version 0.17.5: icons - fixed bug in focusfollowmouse that made windows under the currently focused window that close, to not get the focus -- if the app is a .app, it will try to find it's icon in the .app +- if the app is a .app, it will try to find its icon in the .app directory and save it in the WMWindowAttributes, so that the dock can use it. - drag docklets that select for mouse events to with Alt+drag @@ -4934,7 +4934,7 @@ Changes since version 0.3.2: - application icons (not mini-windows) like I think how it is on NEXTSTEP(tm) - fixed "slippery" icon movement -- added a Dock (not for GNUstep, as it will have it's own) +- added a Dock (not for GNUstep, as it will have its own) Changes since version 0.3.1: ............................ @@ -4964,7 +4964,7 @@ it's opened to select items, just drag the pointer - transient owners get a different titlebar color when the focus is in the transient (e.g, in NeXTese: mainWindow is highlighted correctly when the keyWindow is a panel) -- when transient is closed, it's owner always get the focus +- when transient is closed, its owner always get the focus - fixed XGrabButton/BadAccess bug - fixed window_count error (this time I'm 90% sure) - fixed focusNextWindow through Alt-Tab bug with non-focusable windows diff --git a/FAQ b/FAQ index 79ac4765..24bba28d 100644 --- a/FAQ +++ b/FAQ @@ -333,7 +333,7 @@ Window Maker distribution. The author Anthony Quinn has released a version that works with Window Maker >= 0.15.x. It is available from -it's home page at http://www.frontiernet.net/~southgat/wmsound/ +its home page at http://www.frontiernet.net/~southgat/wmsound/ or on Largo's site at http://wm.current.nu/files.html#wmsound for your convenience. @@ -352,7 +352,7 @@ GNOME application they have no title bar" below. To use it with CDE, read the answer for "How do I switch CDE's window manager to use Window Maker?" -To use it with KDE, read it's documentation to get rid of kwm (and possibly +To use it with KDE, read its documentation to get rid of kwm (and possibly kpanel) and replace it with wmaker. Then, start WPrefs.app, go to "Mouse Preferences" and set the "Disable mouse actions" check box. You will need to restart Window Maker to make this change take effect. The @@ -1283,7 +1283,7 @@ WM_NORMAL_HINTS(WM_SIZE_HINTS): user specified size: 400 by 300 program specified minimum size: 400 by 300 -Now, when scilab opens it's window, Window Maker nicely does exactly what it +Now, when scilab opens its window, Window Maker nicely does exactly what it is told, that is, map the window at position 136679205, 1074468360 which obviously falls outside the screen no matter how big is your monitor ;) diff --git a/NEWS b/NEWS index 8eaecfbe..cd409da0 100644 --- a/NEWS +++ b/NEWS @@ -1643,7 +1643,7 @@ raising/lowering there is a time threshold before raising/lowering. The thresholds can be changed in wconfig.h by changing one or both of AUTO_LOWER_DELAY and AUTO_RAISE_DELAY (expressed in milliseconds). For example if you set AUTO_RAISE_DELAY to 0, then the Clip will be raised as -soon as the mouse pointer enters it's area. Setting AUTO_RAISE_DELAY to a very +soon as the mouse pointer enters its area. Setting AUTO_RAISE_DELAY to a very big value, will make the Clip to practically do not auto raise unless clicked, but to be automatically lowered after AUTO_LOWER_DELAY (ms) when leaved. @@ -2572,7 +2572,7 @@ The OPEN_MENU command now supports the following syntax: // it in current position OPEN_MENU file.menu 2. Pipe menu handling. - // opens command and uses it's stdout to construct menu. + // opens command and uses its stdout to construct menu. // Command's output must be a valid menu description. OPEN_MENU | command 3. Directory handling. @@ -3175,7 +3175,7 @@ when they are first mapped titlebar gradients are in a single piece now the WMDock file was merged into the WMState file. You can insert this -file in WMState and set it's key to Dock. For example, if your WMDock +file in WMState and set its key to Dock. For example, if your WMDock contains: { diff --git a/README b/README index 967ecbda..5d5073a8 100644 --- a/README +++ b/README @@ -178,7 +178,7 @@ Running multiple instances of Window Maker It is not a good idea to run more than one instance of Window Maker from the same user (so that wmaker will use the same configuration files) at the -same time. You might get unexpected behavior when Window Maker updates it's +same time. You might get unexpected behavior when Window Maker updates its configuration files. If you really desire to do this, try running Window Maker with the command line @@ -209,7 +209,7 @@ while keeping a nice appearance and good functionality, follow the items bellow: - remove support for image formats you don't use - to reduce memory usage, disable the icon cache, by setting the RIMAGE_CACHE environment variable to 0. If you want to increase performance at the cost of - memory usage, set it's value to a value like the number of different icons you + memory usage, set its value to a value like the number of different icons you use. Also, disable anti-aliased text support in ~/GNUstep/Defaults/WMGLOBAL. diff --git a/WINGs/README b/WINGs/README index c3a3f6c5..ca1a5b21 100644 --- a/WINGs/README +++ b/WINGs/README @@ -8,25 +8,25 @@ kojima@windowmaker.info - WINGs is a small widget set with the N*XTSTEP look and feel. It's API -is inspired in OpenStep and it's implementation borrows some ideas + WINGs is a small widget set with the N*XTSTEP look and feel. Its API +is inspired in OpenStep and its implementation borrows some ideas from Tk. It has a reasonable set of widgets, sufficient for building small applications (like a CDPlayer or hacking something like rxvt). It also has other functions that are usefull for applications, like a User Defaults alike configuration manager and a notification system. - The library is limited and it's design is a little sloppy, + The library is limited and its design is a little sloppy, so it's not intended to build large or complex applications, like anything more complex than a CDPlayer. GNUstep should be used for such applications. Since WINGs is written in C and is sort of low-level it is small and faster than say, Motif or even Athena. Knowing Xlib will help you to -workaround some of it's limitations, although you'll probably be able to +workaround some of its limitations, although you'll probably be able to write something like a trivial tic-tac-toe game without knowing much Xlib. - Some of it's functions are designed to support the Window Maker window -manager (see http://windowmaker.info) In fact, it's primary role is to + Some of its functions are designed to support the Window Maker window +manager (see http://windowmaker.info) In fact, its primary role is to support Window Maker. All other uses of it are just an added bonus. It will help you to understand the API if you read the ApplicationKit diff --git a/WINGs/widgets.c b/WINGs/widgets.c index 16cbfaea..95e4fd77 100644 --- a/WINGs/widgets.c +++ b/WINGs/widgets.c @@ -945,7 +945,7 @@ void WMSetFocusToWidget(WMWidget * widget) /* * WMRealizeWidget- - * Realizes the widget and all it's children. + * Realizes the widget and all its children. * */ void WMRealizeWidget(WMWidget * w) diff --git a/WPrefs.app/README b/WPrefs.app/README index d8dffcb8..c1c45d69 100644 --- a/WPrefs.app/README +++ b/WPrefs.app/README @@ -7,7 +7,7 @@ WPrefs.app is the preferences "editor" for the WindowMaker window manager. It can be used to set most of the preference options of WindowMaker -and define it's applications menu. It also can change some settings +and define its applications menu. It also can change some settings that do not belong to WindowMaker. Although WPrefs.app is designed to be easy to use, you should read the @@ -16,7 +16,7 @@ of WindowMaker that are not related to configuration. To run WPrefs, do not put it in your search path. Instead, run it with the full path, like /usr/local/GNUstep/Applications/WPrefs.app/WPrefs -Then, dock it's application icon. The dock will automatically detect it's +Then, dock its application icon. The dock will automatically detect its icon and use it. If you change configuration often, you might want to leave WPrefs @@ -46,7 +46,7 @@ The mouse speed configuration is saved as a call for xset in ~/G/D/L/W/autostart. WindowMaker calls this file when it is started. If you don't want or can't use the menu definition section, do not -open it's section (or if you do open it, do not Save), or WPrefs will +open its section (or if you do open it, do not Save), or WPrefs will overwrite your ~/G/D/WMRootMenu file. Only options that have different values than what is found in the diff --git a/WPrefs.app/po/et.po b/WPrefs.app/po/et.po index c8560309..3246245b 100644 --- a/WPrefs.app/po/et.po +++ b/WPrefs.app/po/et.po @@ -1671,7 +1671,7 @@ msgstr "Keela tiitliriba" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/WindowMaker/menu.fi.in b/WindowMaker/menu.fi.in index 86a2a25a..83631adc 100644 --- a/WindowMaker/menu.fi.in +++ b/WindowMaker/menu.fi.in @@ -53,7 +53,7 @@ * // it in current position * OPEN_MENU file.menu * 2. Pipe menu handling. - * // opens command and uses it's stdout to construct menu. + * // opens command and uses its stdout to construct menu. * // Command's output must be a valid menu description. * // The space between '|' and command itself is optional. * OPEN_MENU | command diff --git a/WindowMaker/menu.he b/WindowMaker/menu.he index 6fbd06c8..d7da651a 100644 --- a/WindowMaker/menu.he +++ b/WindowMaker/menu.he @@ -45,7 +45,7 @@ * // it in current position * OPEN_MENU file.menu * 2. Pipe menu handling. - * // opens command and uses it's stdout to construct menu. + * // opens command and uses its stdout to construct menu. * // Command's output must be a valid menu description. * // The space between '|' and command itself is optional. * OPEN_MENU | command diff --git a/WindowMaker/menu.hr b/WindowMaker/menu.hr index b3c00aed..6c7bb7c1 100644 --- a/WindowMaker/menu.hr +++ b/WindowMaker/menu.hr @@ -45,7 +45,7 @@ * // it in current position * OPEN_MENU file.menu * 2. Pipe menu handling. - * // opens command and uses it's stdout to construct menu. + * // opens command and uses its stdout to construct menu. * // Command's output must be a valid menu description. * // The space between '|' and command itself is optional. * OPEN_MENU | command diff --git a/WindowMaker/menu.ro.in b/WindowMaker/menu.ro.in index 6f5d056e..68714296 100644 --- a/WindowMaker/menu.ro.in +++ b/WindowMaker/menu.ro.in @@ -53,7 +53,7 @@ * // it in current position * OPEN_MENU file.menu * 2. Pipe menu handling. - * // opens command and uses it's stdout to construct menu. + * // opens command and uses its stdout to construct menu. * // Command's output must be a valid menu description. * // The space between '|' and command itself is optional. * OPEN_MENU | command diff --git a/WindowMaker/menu.sl b/WindowMaker/menu.sl index ee283595..ac26258f 100644 --- a/WindowMaker/menu.sl +++ b/WindowMaker/menu.sl @@ -53,7 +53,7 @@ * // it in current position * OPEN_MENU file.menu * 2. Pipe menu handling. - * // opens command and uses it's stdout to construct menu. + * // opens command and uses its stdout to construct menu. * // Command's output must be a valid menu description. * // The space between '|' and command itself is optional. * OPEN_MENU | command diff --git a/WindowMaker/menu.zh_CN b/WindowMaker/menu.zh_CN index 80ea98b7..c6b7b7f8 100644 --- a/WindowMaker/menu.zh_CN +++ b/WindowMaker/menu.zh_CN @@ -53,7 +53,7 @@ * // it in current position * OPEN_MENU file.menu * 2. Pipe menu handling. - * // opens command and uses it's stdout to construct menu. + * // opens command and uses its stdout to construct menu. * // Command's output must be a valid menu description. * // The space between '|' and command itself is optional. * OPEN_MENU | command diff --git a/WindowMaker/menu.zh_TW.in b/WindowMaker/menu.zh_TW.in index 6f40a92d..edc9f755 100644 --- a/WindowMaker/menu.zh_TW.in +++ b/WindowMaker/menu.zh_TW.in @@ -52,7 +52,7 @@ * // it in current position * OPEN_MENU file.menu * 2. Pipe menu handling. - * // opens command and uses it's stdout to construct menu. + * // opens command and uses its stdout to construct menu. * // Command's output must be a valid menu description. * // The space between '|' and command itself is optional. * OPEN_MENU | command diff --git a/configure.ac b/configure.ac index 208e8acd..368fb6dc 100644 --- a/configure.ac +++ b/configure.ac @@ -464,7 +464,7 @@ AC_PATH_XTRA AS_IF([test "x$no_x" = "xyes"], [AC_MSG_ERROR([The path for the X11 files not found! -Make sure you have X and it's headers and libraries (the -devel packages +Make sure you have X and its headers and libraries (the -devel packages in Linux) installed.])]) X_LIBRARY_PATH=$x_libraries diff --git a/doc/WPrefs.1 b/doc/WPrefs.1 index 378c8867..0d84e4b1 100644 --- a/doc/WPrefs.1 +++ b/doc/WPrefs.1 @@ -7,7 +7,7 @@ WPrefs \- Window Maker configuration tool .SH "DESCRIPTION" WPrefs.app is the preferences "editor" for the WindowMaker window manager. It can be used to set most of the preference options of WindowMaker and define -it's applications menu. It also can change some settings that do not belong to +its applications menu. It also can change some settings that do not belong to WindowMaker. .PP Although WPrefs.app is designed to be easy to use, you should read the diff --git a/po/be.po b/po/be.po index 4b85c676..b6771365 100644 --- a/po/be.po +++ b/po/be.po @@ -1643,7 +1643,7 @@ msgstr "Забароніць загаловак" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/bg.po b/po/bg.po index de61b832..b76c0234 100644 --- a/po/bg.po +++ b/po/bg.po @@ -2063,7 +2063,7 @@ msgstr "Без заглавна ивица" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/ca.po b/po/ca.po index bd441744..c959538b 100644 --- a/po/ca.po +++ b/po/ca.po @@ -1684,7 +1684,7 @@ msgstr "Deshabilitar la barra de títol" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/cs.po b/po/cs.po index 3a21117a..e5fe75e6 100644 --- a/po/cs.po +++ b/po/cs.po @@ -1598,7 +1598,7 @@ msgstr "Zakázat titulek" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/da.po b/po/da.po index 167a1626..baa07fa2 100644 --- a/po/da.po +++ b/po/da.po @@ -1937,7 +1937,7 @@ msgstr "Fjern titellinje" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/de.po b/po/de.po index 91640726..6947e8d4 100644 --- a/po/de.po +++ b/po/de.po @@ -1496,7 +1496,7 @@ msgstr "Keine Titelleiste" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/el.po b/po/el.po index c4e486f9..795338cf 100644 --- a/po/el.po +++ b/po/el.po @@ -1377,7 +1377,7 @@ msgstr "Αφαίρεση μπάρας τίτλου" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/es.po b/po/es.po index 02ce09c3..1825f7b9 100644 --- a/po/es.po +++ b/po/es.po @@ -1493,7 +1493,7 @@ msgstr "Deshabilitar barra de título" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/et.po b/po/et.po index cd970398..6ca5de18 100644 --- a/po/et.po +++ b/po/et.po @@ -1468,7 +1468,7 @@ msgstr "Tiitliriba on peidus" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/fi.po b/po/fi.po index 2c0a703f..386eb00c 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1624,7 +1624,7 @@ msgstr "Ei otsikkopalkkia" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/fr.po b/po/fr.po index d93f3a97..0f72f2ee 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1648,7 +1648,7 @@ msgstr "Sans barre de titre" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/fy.po b/po/fy.po index 055e0709..990ff47a 100644 --- a/po/fy.po +++ b/po/fy.po @@ -1626,7 +1626,7 @@ msgstr "Titelbalke útskeakelje" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/gl.po b/po/gl.po index 8790df4d..9028ad81 100644 --- a/po/gl.po +++ b/po/gl.po @@ -1448,7 +1448,7 @@ msgstr "Desactivar Barra de Título" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/hu.po b/po/hu.po index 77c3f1c4..abc42955 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1562,7 +1562,7 @@ msgstr "Címsor letiltása" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/hy.po b/po/hy.po index e9cd9c9e..6eae6ec6 100644 --- a/po/hy.po +++ b/po/hy.po @@ -1665,7 +1665,7 @@ msgstr "Կասեցնել անուանագօտին" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/it.po b/po/it.po index 34e637ea..44620861 100644 --- a/po/it.po +++ b/po/it.po @@ -1580,7 +1580,7 @@ msgstr "Elimina la barra del titolo" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/ja.po b/po/ja.po index 6612c2c8..ef71f0b4 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1460,7 +1460,7 @@ msgstr "タイトルバーを表示しない" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/ko.po b/po/ko.po index 8ff19dae..c63a5785 100644 --- a/po/ko.po +++ b/po/ko.po @@ -1461,7 +1461,7 @@ msgstr "타이틀바 사용안함" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/ms.po b/po/ms.po index e51a4b1a..7e7e7113 100644 --- a/po/ms.po +++ b/po/ms.po @@ -1620,7 +1620,7 @@ msgstr "Matikan titlebar" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/nl.po b/po/nl.po index 6994712b..cad584e7 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1630,7 +1630,7 @@ msgstr "Titelbalk uitschakelen" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/pt.po b/po/pt.po index da4bf500..c1350b97 100644 --- a/po/pt.po +++ b/po/pt.po @@ -1438,7 +1438,7 @@ msgstr "Remover barra de título" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/ru.po b/po/ru.po index 861d8e04..1f120125 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1649,7 +1649,7 @@ msgstr "Отключить заголовок" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/sk.po b/po/sk.po index f0ef213a..c35a4f0f 100644 --- a/po/sk.po +++ b/po/sk.po @@ -1693,7 +1693,7 @@ msgstr "Odstrániť hornú lištu" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/uk.po b/po/uk.po index 49c8b37c..69cf5796 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1658,7 +1658,7 @@ msgstr "Прибрати шапку вікна" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index e58f2722..73249a43 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -1370,7 +1370,7 @@ msgstr "不使用标题行" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/po/zh_TW.po b/po/zh_TW.po index e4d60288..0f3f5ed2 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -1542,7 +1542,7 @@ msgstr "使「標題列」失效" msgid "" "Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" -"without it's titlebar, press Control+Esc (or the\n" +"without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings)." msgstr "" diff --git a/src/actions.c b/src/actions.c index 7e465e0c..b684ecbe 100644 --- a/src/actions.c +++ b/src/actions.c @@ -577,7 +577,7 @@ void handleMaximize(WWindow *wwin, int directions) * corners) and only when requested state is also half maximized, but on * opposite side of the screen. As for corners, it is similar, but * expected is that only quarter maximized windows on corner can change - * it's state to half maximized window, depending on direction. Note, that + * its state to half maximized window, depending on direction. Note, that * MAX_KEYBOARD is passed to the wMaximizeWindow function, to preserve the * head, even if mouse was used for triggering the action. */ diff --git a/src/defaults.c b/src/defaults.c index 31efa3f0..3caa5047 100644 --- a/src/defaults.c +++ b/src/defaults.c @@ -2074,7 +2074,7 @@ getWSSpecificBackground(WScreen * scr, WDefaultEntry * entry, WMPropList * value * Kluge to force wmsetbg helper to set the default background. * If the WorkspaceSpecificBack is changed once wmaker has started, * the WorkspaceBack won't be sent to the helper, unless the user - * changes it's value too. So, we must force this by removing the + * changes its value too. So, we must force this by removing the * value from the defaults DB. */ if (!scr->flags.backimage_helper_launched && !scr->flags.startup) { diff --git a/src/dock.c b/src/dock.c index c956eab3..49e4b384 100644 --- a/src/dock.c +++ b/src/dock.c @@ -2628,7 +2628,7 @@ Bool wDockSnapIcon(WDock *dock, WAppIcon *icon, int req_x, int req_y, int *ret_x continue; for (i = 0; i < tmp->max_icons; i++) { nicon = tmp->icon_array[i]; - if (nicon && nicon != icon && /* Icon can't be it's own neighbour */ + if (nicon && nicon != icon && /* Icon can't be its own neighbour */ (abs(nicon->xindex - ex_x) <= CLIP_ATTACH_VICINITY && abs(nicon->yindex - ex_y) <= CLIP_ATTACH_VICINITY)) { neighbours = 1; diff --git a/src/menu.c b/src/menu.c index d47c5449..6164e28f 100644 --- a/src/menu.c +++ b/src/menu.c @@ -1994,7 +1994,7 @@ static void menuMouseDown(WObjDescriptor * desc, XEvent * event) wusleep(MENU_BLINK_DELAY); } #endif - /* unmap the menu, it's parents and call the callback */ + /* unmap the menu, its parents and call the callback */ if (!menu->flags.buttoned && (!menu->flags.app_menu || menu->parent != NULL)) { closeCascade(menu); } else { @@ -2234,7 +2234,7 @@ static void menuTitleMouseDown(WCoreWindow * sender, void *data, XEvent * event) * closed when the button is clicked. * * Side effects: - * The closed menu is reinserted at it's parent menus + * The closed menu is reinserted at its parent menus * cascade list. *---------------------------------------------------------------------- */ diff --git a/src/menu.h b/src/menu.h index 547f0512..ca1e39d1 100644 --- a/src/menu.h +++ b/src/menu.h @@ -64,7 +64,7 @@ typedef struct WMenu { int frame_x, frame_y; /* position of the frame in root*/ WMenuEntry **entries; /* array of entries. This is shared - * by the menu and it's "brother" */ + * by the menu and its "brother" */ short alloced_entries; /* number of entries allocated in * entry array */ struct WMenu **cascades; /* array of cascades */ diff --git a/src/screen.h b/src/screen.h index ae1d642c..df861834 100644 --- a/src/screen.h +++ b/src/screen.h @@ -57,7 +57,7 @@ typedef struct WDrawerChain { } WDrawerChain; /* - * each WScreen is saved into a context associated with it's root window + * each WScreen is saved into a context associated with its root window */ typedef struct _WScreen { int screen; /* screen number */ diff --git a/src/stacking.c b/src/stacking.c index d4224cc8..240c7b1e 100644 --- a/src/stacking.c +++ b/src/stacking.c @@ -336,7 +336,7 @@ void wLowerFrame(WCoreWindow * frame) if (owner != wlist) { while (wlist->stacking->under) { /* if this is a transient, it should not be placed under - * it's owner */ + * its owner */ if (owner == wlist->stacking->under) break; wlist = wlist->stacking->under; @@ -391,7 +391,7 @@ void wLowerFrame(WCoreWindow * frame) * None * * Side effects: - * The frame is added to it's screen's window list. + * The frame is added to its screen's window list. *---------------------------------------------------------------------- */ void AddToStackList(WCoreWindow * frame) diff --git a/src/switchmenu.c b/src/switchmenu.c index 3106595c..551b4e58 100644 --- a/src/switchmenu.c +++ b/src/switchmenu.c @@ -190,7 +190,7 @@ void UpdateSwitchMenu(WScreen * scr, WWindow * wwin, int action) * 1. When a window is created. * 2. When a window is destroyed. * - * 3. When a window changes it's title. + * 3. When a window changes its title. * 4. When a window changes its workspace. */ if (action == ACTION_ADD) { diff --git a/src/window.h b/src/window.h index 6decb9b4..fcef149f 100644 --- a/src/window.h +++ b/src/window.h @@ -173,7 +173,7 @@ typedef struct WFakeGroupLeader { /* - * Stores client window information. Each client window has it's + * Stores client window information. Each client window has its * structure created when it's being first mapped. */ typedef struct WWindow { diff --git a/src/winspector.c b/src/winspector.c index 5a38fafb..e0d0f6e8 100644 --- a/src/winspector.c +++ b/src/winspector.c @@ -70,7 +70,7 @@ static const struct { { "NoTitlebar", { .no_titlebar = 1 }, N_("Disable titlebar"), N_("Remove the titlebar of this window.\n" "To access the window commands menu of a window\n" - "without it's titlebar, press Control+Esc (or the\n" + "without its titlebar, press Control+Esc (or the\n" "equivalent shortcut, if you changed the default\n" "settings).") }, diff --git a/util/wxpaste.c b/util/wxpaste.c index 77874d30..0de98e3a 100644 --- a/util/wxpaste.c +++ b/util/wxpaste.c @@ -61,7 +61,7 @@ static Time getTimestamp(Display * dpy, Window win) * * 2. Set a dummy property in our window. * - * 3. Get the PropertyNotify event and get it's timestamp. + * 3. Get the PropertyNotify event and get its timestamp. * * 4. Ungrab the server. */